mesa: make _mesa_lookup_query_object() an non-private inline function
[mesa.git] / src / mesa /
2009-12-31 Brian Paulmesa: make _mesa_lookup_query_object() an non-private...
2009-12-30 Brian Paulmesa: implement _mesa_GetStringi() for GL3
2009-12-30 Brian Paulmesa: _mesa_get_enabled_extension() function
2009-12-30 Brian Paulmesa: implement GL3 GL_NUM_EXTENSIONS query
2009-12-30 Brian Paulmesa: simplify some extension testing code
2009-12-30 Brian Paulmesa: display list support for glClearBuffer functions
2009-12-30 Brian Paulmesa: implement GL3 glClearBuffer() functions
2009-12-30 Brian Paulmesa: fix-up blend enable/disable code in _mesa_PopAttrib()
2009-12-30 Brian Paulmesa: finish-up indexed color mask code in _mesa_PopAtt...
2009-12-30 Brian Paulmesa: plug in GL_EXT_draw_buffers2 functions
2009-12-30 Brian Paulmesa: regenerate API files related to GL_EXT_draw_buffers2
2009-12-30 Brian Paulglapi: extension info for GL_EXT_draw_buffers2
2009-12-30 Brian Paulmesa: added infrastructure for GL_EXT_draw_buffers2
2009-12-29 Brian Paulmesa: add dlist support for indexed colormask and index...
2009-12-29 Brian Paulmesa: implement per-buffer color masking
2009-12-29 Brian Paulmesa: implement indexed glGet functions
2009-12-29 Brian Paulmesa: per-buffer blend enabled flags
2009-12-29 Eric Anholtintel: Fix false positives in checking for non-packed...
2009-12-29 Eric Anholtintel: Allow binding a stencil but not a depth buffer.
2009-12-29 Eric Anholtintel: Improve INTEL_DEBUG=fbo output.
2009-12-29 Eric Anholtintel: Remove dead fthrottle_mode option. We only...
2009-12-29 Eric Anholtmesa: remove gratuitous stores I added in remove_instru...
2009-12-27 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-27 Brian Paulst/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORM
2009-12-26 Eric Anholti965: Extra asserts on flow control instructions to...
2009-12-26 Eric Anholti965: Clean up double initialization of dst_flags from...
2009-12-26 Eric Anholti965: Fix setup of immediate types for gen4 disasm.
2009-12-25 Zack Rusingallium: add geometry shader support to gallium
2009-12-23 Maarten Maathuisgallium: only create pipe buffer when size is nonzero
2009-12-22 Eric Anholtintel: Replace some gen3 IS_* checks with context struc...
2009-12-22 Eric Anholtintel: Replace IS_965 checks with context structure...
2009-12-22 Eric Anholtintel: Replace IS_G4X() across the driver with context...
2009-12-22 Eric Anholtintel: Replace IS_IGDNG checks with intel->is_ironlake...
2009-12-22 Eric Anholtmesa: Fix a NULL deref in glDeleteFragmentShaderATI...
2009-12-22 Eric Anholtmesa: remove unnecessary store.
2009-12-22 Eric Anholtmesa: Remove an unnecessary store reported by clang.
2009-12-22 Eric Anholtintel: Fix leakage of active texture state in glBitmap...
2009-12-22 Eric Anholti915: Fix use of uninitialized variable in OPCODE_NOISE...
2009-12-22 Eric Anholtmesa: Replace CLAMP_SELF() macro with more obvious...
2009-12-22 Eric Anholtintel: Remove unused stored values reported by clang.
2009-12-22 Eric Anholtmesa: Remove _mesa_exit wrapper for exit().
2009-12-22 Brian Paulmesa: adjust OPCODE_IF/ELSE BranchTarget fields to...
2009-12-22 Brian Paulmesa: adjust BRK/CONT BranchTarget to always point...
2009-12-22 Brian Paulmesa: added some assertions in BNGLOOP/ENDLOOP cases
2009-12-22 Brian Paulmesa: fix binary() function, printf format string
2009-12-22 Roland ScheideggerMerge branch 'gallium-edgeflags'
2009-12-22 Keith WhitwellMerge branch 'i965g-restart'
2009-12-22 Ian Romanickintel: Replace release info in DRIVER_DATE with "DEVELO...
2009-12-22 Ian RomanickMerge branch 'mesa_7_7_branch'
2009-12-22 Ian Romanickmesa: set version string to 7.7
2009-12-22 Ian Romanickintel: Bump driver date to reflect status as final...
2009-12-22 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Ian Romanickmesa: set version string to 7.6.1
2009-12-22 Brian Paulglsl: assorted clean-ups in slang_compile.c
2009-12-22 José Fonsecamesa: Fix missing finite symbol error on Windows.
2009-12-22 Michal Krolmesa: Include <unistd.h> only when one is available.
2009-12-22 Jeremy Huddlestonosmesa: Fix a copy/paste error in building libOSMesa
2009-12-22 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-22 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Dave Airlieradeon/r600: use new libdrm_radeon api
2009-12-22 Dave Airlieradeon: drop assert accessing cref which is meant to...
2009-12-22 Dave Airlieradeon: drop unused members of radeon_state.
2009-12-22 Dave Airlier600: move structs for legacy cmdbuf into cmdbuf C...
2009-12-22 Dave Airlieradeon/r600: use new libdrm_radeon api
2009-12-22 Dave Airlieradeon: drop assert accessing cref which is meant to...
2009-12-22 Dave Airlieradeon: drop unused members of radeon_state.
2009-12-21 Dave Airlier600: move structs for legacy cmdbuf into cmdbuf C...
2009-12-21 Brian Paulosmesa: added new GLSL libs
2009-12-21 Keith WhitwellMerge commit 'origin/master' into i965g-restart
2009-12-21 Dave Airlier600: fix glFrontFace(GL_CW)
2009-12-21 Andre Maasikasr600: support more of arb_point_sprite and also sprite_...
2009-12-21 Andre Maasikasr600: disallow negative offsets for relative addressing...
2009-12-21 Younes Mantonst/mesa: Check for single level mipmap trees.
2009-12-21 Dave Airlier600: fix glFrontFace(GL_CW)
2009-12-20 Dave Airlieradeon/r600: use new libdrm_radeon api
2009-12-20 Michal Krolslang: Update after glsl cl interface changes.
2009-12-20 Michal Krolslang: Add gitignore for autogenerated files.
2009-12-20 Michal Krolslang: Update after glsl pp changes.
2009-12-19 Roland Scheideggergallium: don't use edgeflags if the app didn't supply...
2009-12-19 Roland Scheideggergallium: fix not generating new vp varient when polygon...
2009-12-19 Maciej Cencorar300: minor blit rework
2009-12-19 Maciej Cencorar300: better fix for glCopyTexSubImage
2009-12-18 Brian Paulglsl: clear out shader code before compiling
2009-12-18 Alex Deucherradeon: protect fbo allocation message with debug
2009-12-18 Roland Scheideggerfix debug output mising from edgeflag changes
2009-12-18 Roland Scheideggergallium: fix mesa to tgsi translation for edgeflags
2009-12-18 Michal KrolMerge branch 'pipe-format-simplify'
2009-12-18 Richard Lir600 : enable gl2, set R600_ENABLE_GLSL_TEST by default.
2009-12-18 Dave Airlieradeon: fix frontbuffer read/drawpixels
2009-12-17 Michal KrolMove the remaining format pf_get_* functions to u_format.h.
2009-12-17 Michal KrolMerge branch 'master' into pipe-format-simplify
2009-12-17 Michal Krols/desc->type/desc->channel[0].type/
2009-12-17 Michal KrolMerge branch 'glsl-pp-rework-2'
2009-12-17 Dave Airlieradeon: drop assert accessing cref which is meant to...
2009-12-17 Dave Airlieradeon: drop unused members of radeon_state.
2009-12-17 Dave Airlier600: move structs for legacy cmdbuf into cmdbuf C...
2009-12-16 Alex Deucherr600: Invert front face winding when rendering to FBO
2009-12-16 Roland Scheideggergallium: edgeflags change fixes
2009-12-16 Ian Romanickmesa: set version string to 7.6.1-rc4
2009-12-16 Brian Paulmesa: add missing semicolon
next