mesa: implement _mesa_GetStringi() for GL3
[mesa.git] / src / mesa / drivers /
2009-12-29 Brian Paulmesa: implement per-buffer color masking
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-27 Brian PaulMerge branch 'mesa_7_7_branch'
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-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 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 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 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 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 Dave Airlier600: fix glFrontFace(GL_CW)
2009-12-20 Dave Airlieradeon/r600: use new libdrm_radeon api
2009-12-19 Maciej Cencorar300: minor blit rework
2009-12-19 Maciej Cencorar300: better fix for glCopyTexSubImage
2009-12-18 Alex Deucherradeon: protect fbo allocation message with debug
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 KrolMerge branch 'master' into pipe-format-simplify
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 Richard Lir600 : clean a bit to prepare to enable gl2.
2009-12-16 Vinson Leeunichrome: Silence compiler warnings.
2009-12-16 Vinson Leesis: Silence compiler warnings.
2009-12-16 Vinson Leesavage: Silence compiler warnings.
2009-12-15 Michel Dänzerr300: Fix typo on < R5xx RS setup for blits.
2009-12-15 Vinson Leer128: Silence uninitialized variable warnings in r128_t...
2009-12-15 Vinson Leedri: Initialize variable in driBindContext.
2009-12-15 Ian Romanickintel: Fallback to software if drawable size is > MaxRe...
2009-12-15 Andre Maasikasr600: use _mesa_insert_instructions to fixup wpos inste...
2009-12-15 Andre Maasikasr600: fix typos for vert-tex
2009-12-15 Andre Maasikasr600: fix fragment.position
2009-12-15 Andre Maasikasr600: add support for FRAG_ATTRIB_PNTC
2009-12-15 Andre Maasikasr600: add DDX DDY opcodes
2009-12-15 Vinson Leemga: Silence uninitialized variable warnings.
2009-12-15 Vinson Leemach64: Silence uninitialized variable warnings.
2009-12-14 Richard Lir600 : add texture support for vertex shader.
2009-12-13 Maciej Cencorar300: enable accelerated support for glCopyTexImage...
2009-12-13 Maciej Cencorar300: fix regression introduced by da73c1ed
2009-12-13 Maciej Cencorar300: fix glCopyTexSubImage
2009-12-13 Vinson Leei810: Silence uninitialized variable warnings in i180tris.c
2009-12-12 Michal KrolMerge branch 'master' into glsl-pp-rework-2
2009-12-11 Maciej Cencorar300: disable blit debugging info
2009-12-11 Maciej Cencorar300: emit number of used colorbuffers to pass radeon...
2009-12-11 Maciej Cencorar300: setup render target format for r300/r400 cards too
2009-12-11 Maciej Cencorar300: finish blit support for r300
2009-12-11 Maciej Cencoramore blit fixes
2009-12-11 Maciej Cencorablit WIP
2009-12-11 Maciej Cencorar300: use accelerated emit for CopyTex[Sub]Image functions
2009-12-11 Maciej Cencorar300: accelerated blit support
2009-12-11 Maciej Cencorar300: fix wrong assertion
2009-12-11 Maciej Cencorar300: export translateTexFormat function
2009-12-11 Maciej Cencorar300: refactor PVS code and constants emission
2009-12-11 Maciej Cencorar300: refactor R500 fragment program emission
2009-12-11 Maciej Cencorar300: refactor color buffer setup
2009-12-11 Maciej Cencorar300: use _mesa_meta_Clear for buffer clears
2009-12-11 Maciej Cencorar300: minor texture code refactoring
2009-12-11 Brian Paulmesa: remove unused ctx->Driver.ActiveTexture() hook
2009-12-11 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-11 Vinson Leei915: Add missing break statement in i915_debug_packet.
2009-12-10 Ian Romanickintel: Remove ARGB internal_format == GL_RGB hacks
2009-12-10 Ian Romanickintel: Make RGB textures use XRGB8888
2009-12-10 Ian Romanickintel: Make RGB renderbuffers use XRGB8888 like we...
next