egl: Add dynamic array.
[mesa.git] / src / mesa /
2010-06-30 Chia-I Wumesa: Use fpclassify for GL_OES_query_matrix on OpenBSD...
2010-06-30 Zack Rusinmesa: make the arguments in the asm statemants optional
2010-06-29 Chia-I Wust/mesa: Add support for multiple APIs.
2010-06-29 Chia-I Wust_api: Remove st_context::is_visual_supported.
2010-06-29 Zack Rusinmesa: initial support for ARB_geometry_shader4
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-26 Vinson Leemesa: Remove unnecessary header.
2010-06-26 Vinson Leest/mesa: Remove unnecessary headers.
2010-06-25 Brian Paulmesa: initialize extension string when context is first...
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-23 Brian Paulmesa: fix attachment error checking for glGetFramebuffe...
2010-06-23 Marek Olšákr300/compiler: allow 1024 instructions in r5xx vertex...
2010-06-23 Marek Olšákr300/compiler: allow 32 temporaries in vertex shaders
2010-06-23 Marek Olšákr300/compiler: emulate loops in vertex shaders
2010-06-22 Marek Olšákmesa: fix assertion failure for GL_ALPHA FBOs
2010-06-22 Roland Scheideggerst/mesa: remove bogus assertions st_CompressedTexSubImage2D
2010-06-21 Tim Evansswrast: fix incorrect specular highlights on backfaces
2010-06-19 Will DysonRevert "Fix image_matches_texture_obj() MaxLevel check"
2010-06-19 Eric Anholtintel: Finalize the miptree before mapping it for fallb...
2010-06-19 Eric Anholti965: Fix the name of aa_coverage_slope in the improved...
2010-06-17 Vinson Leeintel: Remove unnecessary headers.
2010-06-16 Henri Verbeetr600: GL_COORD_REPLACE state is only relevant when...
2010-06-16 Marcr600: fix warnings
2010-06-16 Dan Nicholsonosmesa: always build standalone for internal symbols
2010-06-15 Kristian Høgsbergmesa: Allow querying the system FBO in GetFramebufferAt...
2010-06-15 Vinson Leei965: Remove unnecessary header.
2010-06-14 Eric Anholti965: Fix surface state dumping with INTEL_DEBUG=batch.
2010-06-14 Zhenyu Wangi965: correct the gen6 line stipple enable define.
2010-06-14 Eric Anholtintel: Remove long-dead comment about releasing texture...
2010-06-13 Eric Anholti965: Fix gen6 front cull mode.
2010-06-13 Zhenyu Wangi965: Use the new message header format for FF_SYNC...
2010-06-13 Zhenyu Wangi965: Add support for math instructions in the gen6 WM.
2010-06-13 Zhenyu Wangi965: Set the correct WM GRF start reg on gen6.
2010-06-13 Eric Anholti965: Update gen6 paths for the streaming rework.
2010-06-13 Eric Anholti965: Stream out CC unit state.
2010-06-12 Joakim Sindholtr300/compiler: fix scons build
2010-06-12 Vinson Leei965: Remove unnecessary header.
2010-06-11 Tom Stellardr300/compiler: Handle more complex conditionals in...
2010-06-11 Tom Stellardr300/compiler: Fix warning.
2010-06-11 Tom Stellardr300/compiler: Handle SGT and SLE at the beginning...
2010-06-11 Tom Stellardr300/compiler: Verify assumptions about opcode types.
2010-06-11 Tom Stellardr300/compiler: Unroll loops that decrement the counter.
2010-06-11 Tom Stellardr300/compiler: Unroll loops that have a constant number...
2010-06-11 Tom Stellardr300/compiler: Implement simple loop emulation
2010-06-11 Eric Anholti965: Remove the surface key used to generate constant...
2010-06-11 Eric Anholti965: Warning fixes from the i965-streaming merge.
2010-06-11 Eric Anholti965: Use the state base address to avoid relocations.
2010-06-11 Eric Anholti965: GC the last two arguments to brw_cache_data.
2010-06-11 Eric Anholti965: Remove brw_state_cache_bo_delete now that it...
2010-06-11 Eric Anholti965: Remove caching of surface state objects.
2010-06-11 Eric Anholti965: Convert the binding table to streamed indirect...
2010-06-11 Eric Anholti965: Split constant buffer setup from its surface...
2010-06-11 Eric Anholti965: Add support for streaming indirect state rather...
2010-06-11 Eric Anholti965: Set the CC VP state immediately on state change.
2010-06-11 Eric Anholti965: Update old comment about state cache sizing.
2010-06-11 Eric Anholti965: Move no_batch_wrap assertion out across the area...
2010-06-11 Brian Pauli965: remove UseProgram driver callback
2010-06-11 Brian Paulmesa: rename src/mesa/shader/ to src/mesa/program/
2010-06-11 Brian Paulmesa: move shader/slang/* sources to main/slang/*
2010-06-11 Brian Paulmesa: move nvprogram.[ch] to main/
2010-06-11 Brian Paulmesa: move arbprogram.[ch] to main/
2010-06-11 Brian Paulmesa: move atifragshader.[ch] to main/
2010-06-11 Brian Paulmesa: move uniforms.c to main/
2010-06-11 Brian Paulmesa: refactor shader api / object code
2010-06-11 Brian Pauli965: remove UseProgram driver callback
2010-06-10 Vinson Leeintel: Remove unnecessary header.
2010-06-10 Eric Anholti965: Add support for GL_ALPHA framebuffer objects.
2010-06-10 Eric Anholtmesa: Allow GL_ALPHA FBOs with ARB_framebuffer_object.
2010-06-10 Eric Anholtswrast: When reading from a 0-bits r,g,b channel, retur...
2010-06-09 Eric Anholtintel: Use the blitter to upload TexSubImage data to...
2010-06-09 Eric Anholti965: Avoid calloc/free in the CURBE upload process.
2010-06-08 Eric Anholtintel: Flag NEW_BUFFERS when changing draw buffers.
2010-06-08 Eric Anholtintel: Convert remaining dri_bo_emit_reloc to drm_intel...
2010-06-08 Eric Anholtintel: Change dri_bo_* to drm_intel_bo* to consistently...
2010-06-08 Eric Anholtintel: Clean up stale comments in intel_batchbuffer.c.
2010-06-08 Eric Anholtintel: Remove the non-gem paths for batchbuffer upload.
2010-06-08 Eric Anholtintel: Update comment in intel_tex_copy from before...
2010-06-08 Henri Verbeetr600: Make next_inst() static.
2010-06-08 Henri Verbeetr600: Assert output registers have a valid export index.
2010-06-08 Henri Verbeetr600: Process exports for all written fragment outputs.
2010-06-08 Henri Verbeetr600: Fill uiFP_OutputMap for all written fragment...
2010-06-08 Dave Airliest/mesa: attempt to fix TFP by using sampler views...
2010-06-06 Marek Olšákst/mesa: advertise GL_ARB_fragment_program_shadow
2010-06-05 Marek Olšákst/mesa: trivially enable GL_ATI_texture_env_combine3
2010-06-05 Marek Olšákmesa: add ARB_texture_swizzle as alias of EXT_texture_s...
2010-06-05 Joakim Sindholtr300compiler: fix scons build
2010-06-05 Roland Scheideggerst/mesa: fix bug in depthstencil optimizing clear logic
2010-06-05 Chris Wilsoni915: Only emit a MI_FLUSH when the drawing rectangle...
2010-06-05 Chris Wilsoni915: Fix off-by-one for drawing rectangle.
2010-06-05 Chris Wilsoni915: Inhibit render cache flush when changing drawing...
2010-06-05 Dave Airliemesa/st: add support for EXT_texture_swizzle.
2010-06-05 Marek Olšákr300/compiler: implement SIN+COS+SCS for vertex shaders
2010-06-05 Marek Olšákr300/compiler: implement SNE unwound for r3xx VS, nativ...
2010-06-05 Marek Olšákr300/compiler: implement SEQ unwound for r3xx VS, nativ...
2010-06-05 Marek Olšákr300/compiler: implement SFL for vertex shaders
2010-06-04 Brian Paulvbo: misc clean-ups
2010-06-04 Eric Anholti915: Don't use XRGB8888 on 830 and 845.
2010-06-04 Eric Anholti915: Clamp minimum lod to maximum texture level too.
2010-06-04 Eric Anholtintel: Fix intel_compressed_num_bytes for FXT1 after...
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
next