radeon: fix up span function setting
[mesa.git] / src / mesa / drivers /
2009-03-21 Dave Airlieradeon: fix up span function setting
2009-03-20 Dave Airlier300: init fbos
2009-03-20 Dave Airliemore fbo fillin
2009-03-20 Dave Airlier300: enable FBO for a test
2009-03-20 Dave Airlieradeon: some more fbo work
2009-03-20 Dave Airlieradeon: initial couch code copy from radeon
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-19 Brian Paulglslcompiler: added new options to override debug/optim...
2009-03-19 Dave Airlieradeon/r200/r300: cleanup some of the renderbuffer...
2009-03-19 Dave Airlieradeon: fix up locking like the intel driver for pagefl...
2009-03-18 Dan NicholsonUse the specified X11 headers for xlib mesa
2009-03-16 Michel DänzerFixup previous commit.
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 Paulxmesa: set back-buffer's drawable field
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 José FonsecaMerge commit 'origin/master' into gallium-map-range
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 Brian Paulxlib: code to force fixed function -> shader translatio...
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-03 Brian Paulmesa: comments and code documenting a bug with depth...
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
next