mesa.git
2010-01-05 Maarten Maathuisnouveau: rewrite nouveau_stateobj to use BEGIN_RING...
2010-01-05 Marcin Slusarznouveau: kill nouveau_push.h and use libdrm versions...
2010-01-05 Maarten Maathuisnv50: remove vtxbuf stateobject after a referenced...
2010-01-05 Corbin SimpsonMerge branch 'gallium-docs'
2010-01-05 Chia-I Wuegl: Fix breakage from -fvisibility=hidden.
2010-01-05 Corbin Simpsondocs: Don't check in generated docs.
2010-01-05 Corbin Simpsondocs: Stub out list of modules in core distribution...
2010-01-05 Kristian HøgsbergMerge branch 'remove-intel-dri1'
2010-01-05 Keith WhitwellMerge commit 'origin/gallium-draw-retval'
2010-01-05 Andre Maasikasr600: adjust after radeon mipmap changes in 7118db8700
2010-01-05 Andre Maasikasr600: support depth compare functions & shadow_ambient
2010-01-05 Michal Kroltgsi: Simplify implementation of few interpreter's...
2010-01-05 Michal Kroltgsi: Use FREE() to release MALLOC-ed() memories in...
2010-01-05 Michal Kroltgsi: Fix bogus loop condition in sanity.
2010-01-05 Michal Kroltgsi: Treat MOV source operand as FLOAT so modifiers...
2010-01-05 Michal Kroltgsi: Store ADDR file in interpreter as an int.
2010-01-05 Michal Kroltgsi: Remove dead micro_umod().
2010-01-05 Michal Kroltgsi: Make interpreter aware of float and integer data...
2010-01-05 Michal Krolgallium: Add UMOD TGSI opcode.
2010-01-05 Michal Krolgallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcode...
2010-01-05 Michal Kroltgsi/ureg: Improve immediate match & expand logic.
2010-01-05 Michal Kroltgsi: Support signed/unsigned integer immediate types.
2010-01-05 Michal Krolgallium: Add signed/unsigned int immediate data types.
2010-01-05 Michal Kroltgsi: Cleanup interpreter code for other existing integ...
2010-01-05 Michal KrolRemove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCO...
2010-01-05 Michal Kroltgsi: Implement new integer opcodes.
2010-01-05 Michal Krolgallium: Add more integer TGSI opcodes.
2010-01-05 Brian Paulmesa: added _mesa_[Get]TexParameterI[u]iv() functions
2010-01-05 Brian Paulmesa: make texture BorderColor a union of float/int...
2010-01-05 Brian Paulmesa: use get_texobj() in _mesa_GetTexParameter() funcs
2010-01-05 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-05 Brian Paulmesa: add missing _mesa_lock_texture() call
2010-01-04 Eric Anholti915: Use _MaxLevel on principle in texture setup.
2010-01-04 Eric Anholtintel: Fix CopyTexImage from tiled mipmap levels > 0.
2010-01-04 Eric Anholti965: Fix the surface offset calculation for tiled...
2010-01-04 Andre Maasikasr600: support vertex_array_bgra
2010-01-04 Brian Paulmesa: added GL_DU8DV8_ATI in extract_float_rgba()
2010-01-04 Brian Pauldocs: initial release notes for 7.7.1
2010-01-04 Vinson Leemesa: Prevent possible array out-of-bounds access by...
2010-01-04 Vinson Leei965g: Fix assert.
2010-01-04 Vinson Leetgsi: Fix assert.
2010-01-04 Brian PaulMerge branch 'gallium-conditional-rendering'
2010-01-04 Brian Paulmesa: regenerated enums.c file
2010-01-04 Brian Paulglapi: comment-out TIMEOUT_IGNORED
2010-01-04 Brian Paulglsl: use varName variable in _slang_gen_assignment()
2010-01-04 Brian Paulmesa: more detailed error message in extract_float_rgba()
2010-01-04 Alan Hourihanefix overflow
2010-01-04 Kristian Høgsbergintel: intelScreenContext() is no longer used
2010-01-04 Kristian Høgsbergintel: Remove remaining dri2.enabled tests
2010-01-04 Kristian Høgsbergintel: Drop more cliprect bookkeeping
2010-01-04 Kristian Høgsbergintel: Remove struct intel_framebuffer
2010-01-04 Kristian Høgsbergintel: Remove client-side vblank code
2010-01-04 Kristian Høgsbergintel: Drop intelWindowMoved()
2010-01-04 Kristian Høgsbergintel: Drop batchbuffer cliprect_mode tracking
2010-01-04 Kristian Høgsbergintel: Drop DRI1 static regions
2010-01-04 Kristian Høgsbergintel: Use depth buffer from ctx.DrawBuffer in copypix_...
2010-01-04 Kristian Høgsbergintel: Drop LOCK/UNLOCK_HARDWARE()
2010-01-04 Kristian Høgsbergintel: Drop DRI1 SwapBuffer implementation
2010-01-04 Kristian Høgsbergintel: Drop DRI1 CopySubBuffer implementation
2010-01-04 Kristian Høgsbergintel: Drop DRI1 support
2010-01-04 Kristian HøgsbergPush __driDriverExtensions out of dri_util.c and into...
2010-01-04 Kristian HøgsbergRemove leftover __DRI{screen,drawable,context}Private...
2010-01-04 Kristian HøgsbergCheck for libdrm_$chipset.pc when needed
2010-01-04 Michel Dänzerst/mesa: Only call st_texture_image_unmap() if texImage...
2010-01-04 Alan Hourihanesilence compiler warning
2010-01-04 Alan HourihaneFix test
2010-01-04 Michal Kroldocs: Explain TGSI_SEMANTIC_NORMAL.
2010-01-04 Michal Kroldocs: Fix indent.
2010-01-04 Michal Kroldocs: Clarify what truncate means.
2010-01-04 Michal Kroldocs: Replace bogus `\times' back with `*'.
2010-01-04 Michal Kroldocs: TGSI SIN and COS are scalar instructions.
2010-01-04 Michel Dänzersvga: Fix debug build crash when rendering to depth...
2010-01-04 Michel Dänzerst/xorg: Proper calculation of screen pitch.
2010-01-04 Michel Dänzervmware/xorg: Fix SCons build.
2010-01-04 Michal Kroldocs: Clarify math description of TGSI LRP instruction...
2010-01-04 Michal Kroldocs: Correct TGSI acronym expansion.
2010-01-04 Andre Maasikasr600: support vertex_array_bgra
2010-01-04 Vinson Leer300: Use C-style comments.
2010-01-04 Vinson Leeprogs/egl: Silence uninitialized variable warnings.
2010-01-04 Vinson Leeprogs/samples: Silence compiler warnings.
2010-01-04 Vinson Leer300: Silence 'mixed declarations and code' warnings.
2010-01-04 Kristian HøgsbergOnly enable verbose NoOp dispatch if DEBUG is defined
2010-01-04 Vinson Leer300: Silence 'mixed declarations and code' warning.
2010-01-04 Kristian HøgsbergNoop dispatch: move warning code out of the generated...
2010-01-04 Vinson Leer300: Silence 'mixed declarations and code' warning.
2010-01-04 Vinson Leer300g: Silence 'mixed declarations and code' warning.
2010-01-04 Kristian HøgsbergFix glut to work with -fvisibility=hidden
2010-01-04 Kristian HøgsbergExport a few glapi functions used by gallium and r300
2010-01-03 Vinson Leer300g: Remove comma at end of enumerator list.
2010-01-03 Vinson Leellvmpipe: Remove comma at end of enumerator list.
2010-01-03 Kristian HøgsbergCompile with -fvisibility-hidden by default
2010-01-03 José Fonsecamesa: Cope with the degenerate case of zero length...
2010-01-03 José Fonsecagdi: Don't generate import libraries for opengl32.dll.
2010-01-03 Francis Galieguemesa: fix blend enable/disable calls in meta.c code
2010-01-03 Jeremy Huddlestonapple: Purge existing (not working) GLX_USE_APPLEGL...
2010-01-03 Jeremy Huddlestonglxcmds: Fix comment about __DRI_ALLOCATE
2010-01-03 Vinson Leetrace: Remove comma at end of enumerator list.
2010-01-03 José Fonsecartasm: Play nicely with Windows's Data Execution Preven...
2010-01-03 Vinson Leeprogs/vp: Ensure null-terminated byte string.
2010-01-03 Vinson Leeprogs/tests: Silence uninitialized variable warning.
next