r300: fix valgrind warnings
[mesa.git] / src / mesa / drivers / dri /
2009-03-16 Michel Dänzerradeon: Take the hardware lock for swaps and flips.
2009-03-13 Brian Pauli965: more register number assertions
2009-03-13 Brian Pauli965: add some register number assertions
2009-03-13 Brian Pauli965: remove unused PROGRAM_INTERNAL_PARAM, added comment
2009-03-13 Brian Pauli965: move declarations before code
2009-03-13 Brian Pauli965: debug code, use gl_register_file type
2009-03-13 Brian Pauli965: move declaration before code
2009-03-13 Brian Pauli965: fix const correctness
2009-03-13 Brian Pauli915: move declarations before code
2009-03-13 Brian Pauli965: comments
2009-03-12 Robert Ellisoni965: fix polygon stipple when rendering to FBO
2009-03-12 Roland Scheideggeri965: add support for ATI_envmap_bumpmap
2009-03-12 Roland Scheideggerregenerate glapi
2009-03-12 Robert Ellisoni965: fix polygon face orientation when rendering to FBO
2009-03-12 Brian Paulintel: include main/viewport.h
2009-03-11 Brian Pauli965: fix lock-ups when GLSL program wrote to gl_FragDepth
2009-03-11 Brian Pauli965: more code clean-ups, comments
2009-03-11 Brian Pauli965: minor code clean-ups, comments
2009-03-11 Brian Pauli965: use new cast wrappers
2009-03-11 Brian Pauli965: added cast wrappers, comments
2009-03-11 Brian Pauli965: asst. code clean-ups, comments
2009-03-11 Brian Pauli965: fix typos in comments
2009-03-10 Dave Airlieradeon: remove unused lines
2009-03-10 Dave Airlier200: enable hw clears
2009-03-09 Brian Pauli965: fix cube map lock-up / corruption
2009-03-09 Roland Scheideggerfix typo in fragment pipe alu define, should fix dot3_r...
2009-03-09 Dave Airlier300: emit texture in GTT or VRAM
2009-03-09 Dave Airlier300: move firevertices out into the main place its...
2009-03-07 Brian Paulr300: remove assignment to removed StringPos field
2009-03-07 Brian Paulmesa: move glViewport and glDepthRange functions into...
2009-03-07 Brian Paulmesa: gl_register_file enum typedef
2009-03-07 Brian Paulmesa: remove GL_MESA_program_debug extension
2009-03-07 Brian Paulmesa: remove last of _mesa_unreference_framebuffer...
2009-03-07 Dave Airlieradeon: fix cut-n-paste typo
2009-03-07 Maciej Cencorar300: shut up valgrind
2009-03-07 Dave Airliers690: fix r300 swtcl bug in DMA code.
2009-03-06 Brian Pauli965: check if we run out of GRF/temp registers
2009-03-06 Brian Pauli965: bump up BRW_EU_MAX_INSN
2009-03-06 Brian Pauli965: comments
2009-03-06 Brian Pauli965: comments and minor clean-ups
2009-03-06 Brian Pauli965: avoid unnecessary calls to brw_wm_is_glsl()
2009-03-06 Maciej Cencorar300: fix depth write regression (found by Nicolai...
2009-03-06 Maciej Cencorar300: enable EXT_fog_coord extension
2009-03-06 Maciej Cencorar300: route fog coord and W pos correctly
2009-03-06 Maciej Cencorar300: rewrite and hopefully simplify RS setup
2009-03-06 Maciej Cencorar300: add few macros for RS setup
2009-03-06 Maciej Cencorar300: silence valgrind
2009-03-06 Maciej Cencorar300: Print reg address when debugging is enabled
2009-03-06 Maciej Cencorar300: don't crash on sw tcl hw if point size vertex...
2009-03-06 Dave Airlier300: fix uninit variable warning
2009-03-06 Dave Airlier300: fix swtcl codepaths
2009-03-06 Eric Anholtintel: Fix bpp setting of blits to 8bpp targets.
2009-03-06 Dave Airlieradeon: implement userspace clears
2009-03-06 Eric Anholti965: fix 3DPRIMITIVE batch decode of the vertex count...
2009-03-06 Eric Anholti965: Stop dumping programs after the first all-zeroes...
2009-03-06 Eric Anholtintel: Add always_flush_batch driconf option for making...
2009-03-06 Eric Anholtintel: Add always_flush_cache driconf option for debugg...
2009-03-06 Eric Anholti965: Add a note about why the _NEW_STENCIL is required...
2009-03-06 Eric Anholtintel: Remove a gratuitous MI_FLUSH after clearing...
2009-03-06 Eric Anholti965: Remove dead flushing code.
2009-03-06 Brian Pauli965: comments and formatting fixes
2009-03-06 Brian Pauli965: fix emit_math1() function used for scalar instruc...
2009-03-06 Brian Pauli965: fix screen depth test in intel_validate_framebuffer)_
2009-03-06 Brian Pauli965: init dest reg CondMask = COND_TR (the proper...
2009-03-05 Dave Airlier200: cs emit state fixups
2009-03-05 Dave Airlier200: remove depth check for dri2
2009-03-05 Dave Airlier200: temporary sw clear code
2009-03-05 Dave Airlieradeon: use t->bo to figure out of settexbuffer overrid...
2009-03-05 Dave Airlier200: port over state emits for kms from radeon
2009-03-05 Dave Airlier200: add set tex buffer support
2009-03-04 Robert Ellisoni965: add software fallback for conformant 3D textures...
2009-03-04 Brian Paulmesa: call _mesa_get_cpu_string() to get CPU info for...
2009-03-04 Dave Airlieradeon: r100 clean up CS packet size calc
2009-03-04 Dave Airlieradeon: settexbuffer support
2009-03-04 Dave Airlieradeon: fix texturing for r100
2009-03-04 Dave Airlieradeon: use swrast clear - fail on depth
2009-03-04 Dave Airlieradeon: fixup some segfaults/exit at startup
2009-03-03 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-03-02 Brian Paulmesa: use Stencil._Enabled field instead of Stencil...
2009-03-02 Dave Airlieradeon: remove debugging
2009-03-02 Dave Airlieradeon: refactor framebuffer code like intel
2009-03-02 Brian Paulmesa: remove unused AUX buffers
2009-03-02 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-02-28 Brian Paulmesa: rename, reorder FRAG_RESULT_x tokens
2009-02-27 Brian Paulintel: remove some unneeded buffer unmap calls
2009-02-27 Shaohua Lii915: Add support for a new G33-like chipset.
2009-02-27 Alex DeucherR300: add support for RS600 chips
2009-02-27 Alex DeucherR300: set the number of GB pipes on all r3xx-r5xx chips
2009-02-27 Robert Ellisoni965: texture fixes: bordered textures, fallback rendering
2009-02-27 Dave Airlier300: make ste text buffer work with > 2048 on r500
2009-02-27 Dave Airlieradeon: add more fbconfigs
2009-02-27 Dave Airlier300: remove depth offset exits in favour of rrb depth...
2009-02-27 Brian Paulintel: no-op the intel_finish_render_texture() function
2009-02-27 Brian Paulintel: check texture formats in intel_validate_framebuf...
2009-02-27 Brian Paulintel: updated comment, some debug code (disabled)
2009-02-27 rooti965: rename draw_regions -> color_regions
2009-02-27 Brian Pauli965: add missing init for region->width
2009-02-27 Brian Paulmesa: replace old prog_instruction::Sampler field with...
next