osmesa: Allow building standalone in all three channel widths
[mesa.git] / src / gallium /
2009-06-05 Jakob Bornecrantztrace/rbug: Use condvar on system that has it for blocking
2009-06-05 Jakob Bornecrantzgallium: Make pipe thread say if it has condvars or not
2009-06-04 Jakob Bornecrantztrace/rbug: Add new contexts functions to trace rbug
2009-06-04 Jakob Bornecrantzrbug: Update rbug protocol with new context calls
2009-06-04 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-04 Brian Paulsoftpipe: separate case for PIPE_PRIM_POLYGON in sp_vbu...
2009-06-04 Brian Paulsoftpipe: fix incorrect tri vertex order for PIPE_PRIM_...
2009-06-04 Brian Paultgsi: increase MAX_LABELS to 4096
2009-06-04 Brian Paulsoftpipe: separate case for PIPE_PRIM_POLYGON in sp_vbu...
2009-06-04 Brian Paulsoftpipe: fix incorrect tri vertex order for PIPE_PRIM_...
2009-06-02 José Fonsecautil: Unsaved change missing from last commit.
2009-06-02 Joakim Sindholtr300-gallium: strip swtcl to the bare minimum
2009-06-02 José Fonsecautil: Support Z24S8/Z24X8 -> unsigned conversion.
2009-06-02 José Fonsecautil: Fix 24 to 32 bit expansion binary arithmetic...
2009-06-02 Keith Whitwellgallium/draw: Free specialized versions of driver shaders
2009-06-02 Keith Whitwelldraw: free more token arrays
2009-06-02 Keith Whitwelldraw: avoid leaking tokens when building pstipple fragm...
2009-06-02 José Fonsecawgl: Destroy the framebuffer when the window is destroyed.
2009-06-01 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-01 Brian Pauldraw: reset extra_vp_outputs.slot to zero in widepoint_...
2009-06-01 Corbin Simpsonr300-gallium: Slightly hacky fix for glxgears-style...
2009-06-01 Dan NicholsonUse separate $(MINSTALL) for installing libraries
2009-06-01 Jakob Bornecrantztrace/rbug: Add rbug integration for remote debugging
2009-06-01 Jakob Bornecrantzrbug: Add Gallium Remote Debugger Protocol code
2009-06-01 Jakob Bornecrantzutil: Add simple network functions
2009-06-01 José Fonsecawgl: Cleanup framebuffer destruction logic.
2009-05-31 José Fonsecawgl: Ensure we only create framebuffers for HDC associa...
2009-05-31 José Fonsecawgl: Use the right pixel format.
2009-05-31 José Fonsecawgl: Fix debugging output.
2009-05-31 José Fonsecawgl: Rename function.
2009-05-31 José Fonsecawgl: Remove unused field.
2009-05-31 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-31 Brian PaulRevert "softpipe: fix flat shading provoking vertex...
2009-05-31 Brian Paulsoftpipe: fix incorrect provoking vertex color for...
2009-05-29 Brian Paulsoftpipe: update comments for max texture size
2009-05-29 Brian Paulsoftpipe: increase max 2D/cube texture size to 4K x 4K
2009-05-28 Corbin Simpsonr300-gallium, radeon-gallium: Make add_buffer indicate...
2009-05-28 Ben Skeggsnv50: some mipmapping fixes
2009-05-28 Christoph Bumillernv50: negate sources directly where supported
2009-05-28 Christoph Bumillernv50: introduce emit_cvt and use it
2009-05-28 Christoph Bumillernv50: fix TXP
2009-05-28 Christoph Bumillernv50: use multiple constant buffers
2009-05-28 Christoph Bumillernv50: don't look for unfreed temps in free_nv50_pc
2009-05-28 Christoph Bumillernv50: release hw TEMPs early
2009-05-28 Christoph Bumillernv50: allow immediates for MOV, ADD and MUL
2009-05-28 Christoph Bumillernv50: enable half insns for MOV and MUL
2009-05-28 Christoph Bumillernv50: make sure half-long insns are paired
2009-05-28 Christoph Bumillernv50: enable KIL in register 19a8
2009-05-28 Christoph Bumillernv50: don't overwrite sources before they're used
2009-05-28 Christoph Bumillernv50: put FP outputs where they belong
2009-05-28 Christoph Bumillernv50: modified FP attribute loading
2009-05-28 Christoph Bumillernv50: inspect decl semantic and interpolation mode
2009-05-28 Christoph Bumillernv50: record last access to temp and attr regs
2009-05-28 Christoph Bumillernv50: save some space in immediate buffer
2009-05-28 Christoph Bumillernv50: fix SIGN_SET case in tgsi_src
2009-05-28 Christoph Bumillernv50: set dst.z,w to 0,1 in SCS and XPD
2009-05-28 Christoph Bumillernv50: make LRP instruction nicer
2009-05-28 Christoph Bumillernv50: fix some memory leaks in shader assembler
2009-05-28 Ben Skeggsnouveau: explicitly request mappable buffers for the...
2009-05-28 Mike Kaplinksiydraw: Fix assertion failure at fetch_emit_prepare
2009-05-28 Brian Paulsoftpipe: comments
2009-05-28 Brian Paulsoftpipe: include sp_winsys.h to silence warning (unpro...
2009-05-28 Brian Paulsoftpipe: fix flat shading provoking vertex for PIPE_PR...
2009-05-22 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-22 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-22 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-21 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-21 Jonathan Adamczewskicell: perform triangle cull a little earlier
2009-05-21 Jonathan Adamczewskicell: unroll inner loop of spu_render.c:cmd_render()
2009-05-21 Corbin Simpsonr300-gallium: r500-fs: POW.
2009-05-21 Corbin Simpsonr300-gallium: r500-fs: LRP.
2009-05-20 Corbin Simpsonr300-gallium: r500-fs: Combine function.
2009-05-20 Corbin Simpsonr300-gallium: Prevent assert when fogcoords are present.
2009-05-20 Corbin Simpsonr300-gallium: Another constantbuf shader recompile...
2009-05-20 Corbin Simpsonr300-gallium: Raise constantbuf limits.
2009-05-20 Corbin Simpsonr300-gallium: fs: Remove cruft from way back when.
2009-05-20 Corbin Simpsonradeon-gallium: Add surface_buffer_create callback.
2009-05-20 Corbin Simpsonr300-gallium: Make surface_copy actually load the textu...
2009-05-20 Corbin Simpsonr300-gallium: Add missing R481 PCI ID.
2009-05-20 Corbin Simpsonr300-gallium: Make surface_copy work, and refactor...
2009-05-20 Corbin Simpsonradeon-gallium: Don't permit reading and writing a...
2009-05-19 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-18 Jakob Bornecrantztrace: Improve shader wrapping
2009-05-18 Jakob Bornecrantzst/dri: Only create new textures if drawable has changed
2009-05-18 Corbin Simpsonr300-gallium: Fix (another) wrong value in MSPOS.
2009-05-18 Corbin Simpsonradeon-gallium: Remove BO validation debug.
2009-05-18 Corbin Simpsonr300-gallium: Cleanup viewport state setup.
2009-05-18 Corbin Simpsonr300-gallium: Always do VTE, never software viewport.
2009-05-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-18 Brian Paulsoftpipe: add texture target sanity check assertion
2009-05-18 Corbin Simpsonr300-gallium: Enable GLSL for r500.
2009-05-18 Corbin Simpsonr300-gallium: r500-fs: DDX and DDY support.
2009-05-18 Corbin Simpsondri-gallium: Add GLSL support.
2009-05-18 Corbin Simpsonr300-gallium: Add half-right COS and SIN.
2009-05-18 Corbin Simpsonr300-gallium: Size mismatch.
2009-05-18 Corbin Simpsonr300-gallium, radeon-gallium: Nuke gb_pipes from orbit.
2009-05-17 Corbin Simpsonr300-gallium: Don't set GB_TILE_CONFIG (in userspace.)
2009-05-17 Corbin Simpsonr300-gallium: Clean up more invariant state.
2009-05-17 Corbin Simpsonr300-gallium: Update XXX.
2009-05-17 Corbin Simpsonr300-gallium: Correct default MSPOS.
next