summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-22r600: add beginnings of ARL instructionAndre Maasikas2-3/+33
2009-10-21r300g: Update comments, function names in r300_state_inlines.Corbin Simpson2-4/+22
2009-10-21r300g: Update comments, asserts, indents in r300_texture.Corbin Simpson1-13/+6
2009-10-21r300g: Remove unused debug flag.Corbin Simpson2-4/+2
2009-10-21r300g: Cleanup old static shader state.Corbin Simpson8-361/+4
2009-10-21gallium/util: fix cpu detection on ppcMarc Dietrich1-5/+9
2009-10-21mesa: added _mesa_dump_renderbuffers() debug codeBrian Paul2-2/+77
2009-10-21nouveau: nv30: Do not use assert to return NULLPatrice Mandin1-1/+1
2009-10-21nouveau: nv30: check number of colour buffers to bindPatrice Mandin1-0/+4
2009-10-21llvmpipe: Remove extraneous name in lp_type pre-declaration.José Fonseca5-5/+5
2009-10-21r300g: No debug in r300_state.Corbin Simpson1-1/+0
2009-10-21r300g: Cleanup header includes.Corbin Simpson24-61/+86
2009-10-21r300g: Don't use getenv; use debug_get_*_option instead.Corbin Simpson1-1/+1
2009-10-21r300g: Don't use the hashtable internally.Corbin Simpson1-1/+6
2009-10-21r300g: Examine vertex attribute type on HW TCL too.Corbin Simpson1-4/+2
2009-10-21r300g: Also kill r300_shader_inlines with fire.Corbin Simpson1-47/+0
2009-10-21r300g: Kill r300_surface with fire.Corbin Simpson3-505/+0
2009-10-20progs/trivial: check if GL_ARB_occlusion_query is supportedBrian Paul1-0/+5
2009-10-20intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS).Eric Anholt1-1/+1
2009-10-20meta: Fix the BufferSubData in meta clear to be BufferData.Eric Anholt1-3/+2
2009-10-20cell: fix compilation on cellMarc Dietrich1-2/+2
2009-10-20mesa: Fix Mac OS build.Vinson Lee1-0/+3
2009-10-20st/xorg: Move drm init to own functionJakob Bornecrantz1-29/+36
2009-10-20trace: Check for destroy before calling itJakob Bornecrantz1-1/+3
2009-10-20st/xorg: Cleanly shutdownJakob Bornecrantz2-5/+10
2009-10-19r300: fix texture size handling with size > 2048Mathias Fröhlich1-6/+14
2009-10-19r600: Fix size calculation for 24 bit depthRobert Noland1-2/+6
2009-10-19st/xorg: Remove output functions not usedJakob Bornecrantz1-69/+15
2009-10-19st/xorg: makefile garbageZack Rusin1-1/+0
2009-10-19st/xorg: implement basic src/mask transformationsZack Rusin6-40/+231
2009-10-19r300g: Demonstratory kludge to unbreak glxgears.Corbin Simpson1-12/+16
2009-10-19dri-st: Add EXT_provoking_vertex.Corbin Simpson1-0/+4
2009-10-18st/xorg: Switch to set_mode_majorJakob Bornecrantz2-58/+32
2009-10-18st/xorg: Massivly redo root pixmap creationJakob Bornecrantz3-38/+137
2009-10-18st/xorg: Clean up cursor functions a bitJakob Bornecrantz1-34/+47
2009-10-18st/xorg: Support more then one output of a given typeJakob Bornecrantz1-10/+13
2009-10-18st/xorg: Change how disable accel is handledJakob Bornecrantz1-21/+6
2009-10-19nv50: add support for address regsChristoph Bumiller2-13/+175
2009-10-19nv50: cleanup emit_kilChristoph Bumiller1-11/+7
2009-10-19nv50: implement TGSI_OPCODE_CMPChristoph Bumiller1-2/+16
2009-10-19nv50: quick fix for insn src negationChristoph Bumiller1-2/+23
2009-10-19nv50: add support for DDX and DDY opcodesChristoph Bumiller1-14/+56
2009-10-19nv50: submit user vbo data through the fifoChristoph Bumiller2-18/+394
2009-10-19nv50: use SIFC for TIC, TSC uploadChristoph Bumiller6-52/+77
2009-10-19nv50: nicer texture format switchChristoph Bumiller1-95/+49
2009-10-19Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...Alex Deucher11-231/+251
2009-10-19nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs15-169/+72
2009-10-19drm/nv50: write tic/tsc setup to correct slots when skipping unitsBen Skeggs2-6/+8
2009-10-18r300g: Fix up a bunch of warnings.Corbin Simpson6-22/+21
2009-10-18r300g: Add another ZTOP condition.Corbin Simpson1-0/+2