mesa: Drop _mesa_getenv() wrapper.
[mesa.git] / src / mesa /
2014-09-12 Kenneth Graunkei965/vec4: Make type_size() return 0 for samplers.
2014-09-12 Kenneth Graunkei965: Skip allocating UNIFORM file storage for uniforms...
2014-09-12 Kenneth Graunkei965: Separate gl_InstanceID and gl_VertexID uploading.
2014-09-12 Kenneth Graunkei965: Fix reference counting in new basevertex upload...
2014-09-12 Brian Paulmesa: fix _mesa_free_pipeline_data() use-after-free bug
2014-09-12 Connor Abbottra: assert against unsigned underflow in q_total
2014-09-12 Connor Abbottra: note a restriction in the interfence graph API
2014-09-12 Ilia Mirkinmesa/st: add ARB_texture_view support
2014-09-12 Ilia Mirkinnouveau: only enable stencil func if the visual has...
2014-09-12 Ilia Mirkinnouveau: only enable the depth test if there actually...
2014-09-11 Ian Romanicki965/vec4: Only examine virtual_grf_end for GRF sources
2014-09-11 Brian Paulst/mesa: handle failed context creation for core profile
2014-09-11 Iago Toral Quirogai965: Implement GL_PRIMITIVES_GENERATED with non-zero...
2014-09-10 Brian Paulmesa: fix UNCLAMPED_FLOAT_TO_UBYTE() macro for MSVC
2014-09-10 Brian Paulmesa: trim down some #includes
2014-09-10 Kenneth Graunkei965: Disable guardband clipping in the smaller-than...
2014-09-10 Ian Romanicki965: Request lowering gl_VertexID
2014-09-10 Kenneth Graunkei965: Expose gl_BaseVertex via a vertex attribute.
2014-09-10 Kenneth Graunkei965: Refactor Gen4-7 VERTEX_BUFFER_STATE emission...
2014-09-10 Kenneth Graunkei965: Make gl_BaseVertex available in a buffer object.
2014-09-10 Kenneth Graunkei965: Calculate start/base_vertex_location after prepar...
2014-09-10 Ian Romanicki965: Handle SYSTEM_VALUE_VERTEX_ID_ZERO_BASE
2014-09-10 Kenneth Graunkemesa: Fix glGetActiveAttribute for gl_VertexID when...
2014-09-10 Kenneth Graunkemesa: Replace string comparisons with SYSTEM_VALUE...
2014-09-10 Ian Romanickglsl: Add a lowering pass for gl_VertexID
2014-09-10 Ian Romanickmesa: Add SYSTEM_VALUE_BASE_VERTEX
2014-09-10 Ian Romanickmesa: Add SYSTEM_VALUE_VERTEX_ID_ZERO_BASE
2014-09-10 Ian Romanickmesa: Document SYSTEM_VALUE_VERTEX_ID and SYSTEM_VALUE_...
2014-09-09 Kenneth Graunkeir_to_mesa: Stop converting uniform booleans.
2014-09-09 Stefan Dirschxmlconfig: suppress libGL warnings when LIBGL_DEBUG...
2014-09-08 Kenneth Graunkei965: Handle ir_binop_ubo_load in boolean expression...
2014-09-08 Kenneth Graunkei965/fs: Make emit_if_gen6 never fall back to emit_bool...
2014-09-08 Kenneth Graunkei965: Handle ir_triop_csel in emit_if_gen6().
2014-09-08 Christian Königmesa/st: don't advertise NV_vdpau_interop if it doesn...
2014-09-06 Jordan Justeni965/fs: Remove direct fs_visitor gl_fragment_program...
2014-09-06 Jordan Justeni965/fs: Remove direct fs_generator brw_wm_prog_key...
2014-09-06 Jordan Justeni965/fs: Remove direct fs_generator brw_wm_prog_data...
2014-09-06 Jordan Justeni965/fs: Don't store gl_fragment_program* in fs_generator
2014-09-06 Jordan Justeni965: Add uses_kill to brw_wm_prog_data
2014-09-06 Jordan Justeni965/fs: Rename fs_generator::prog to shader_prog
2014-09-06 Jordan Justeni965/fs: Add stage variable to fs_generator
2014-09-06 Kristian Høgsbergi965: Adjust fast-clear resolve rect for BDW
2014-09-06 Jason Ekstrandi965/fs: Don't look at virtual_grf_sizes for uniforms
2014-09-05 Anuj Phogatmeta: Store precompiled msaa shaders for all supported...
2014-09-05 Jason Ekstrandi965/blorp: Pass image formats seperately from the...
2014-09-05 Matt Turneri965/fs: Brown bag fix.
2014-09-05 Matt Turneri965/vec4: Add ability to reswizzle arbitrary swizzles.
2014-09-05 Matt Turneri965/vec4: Reswizzle sources when necessary.
2014-09-05 Jason Ekstrandi965/fs: Clean up emitting of untyped atomic and surfac...
2014-09-05 Matt Turneri965/fs: Fix basic block tracking in try_rep_send().
2014-09-05 Matt Turneri965/fs: Pass block to insert and remove functions...
2014-09-05 Kenneth Graunkei965: Mark cfg dumping functions const.
2014-09-05 Matt Turneri965: Update if_block/else_block in the dead control...
2014-09-05 Matt Turneri965/fs: Connect cfg properly in predicated break peephole.
2014-09-05 Marek Olšákst/mesa: use 1.0f as boolean true on drivers without...
2014-09-05 Marek Olšákmesa: set UniformBooleanTrue = 1.0f by default
2014-09-05 Jordan JustenRevert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be...
2014-09-04 Jordan Justeni965/fs: Use prog rather than fp->Base in fs_visitor
2014-09-04 Jordan Justeni965/fs: Use stage_prog_data instead of prog_data-...
2014-09-04 Jordan Justeni965/fs: Add init function to fs_visitor
2014-09-04 Eric Anholtstate_tracker: Fix bug in conditional discards with...
2014-09-04 Brian Paulswrast: s/INLINE/inline/
2014-09-04 Brian Paulosmesa: s/INLINE/inline/
2014-09-04 Brian Paulxlib: s/INLINE/inline/
2014-09-04 Brian Paulmeta: s/INLINE/inline/
2014-09-04 Brian Paulmesa: s/INLINE/inline/
2014-09-04 Marek Olšákmesa: invalidate draw state in glPopClientAttrib
2014-09-04 Carl WorthEliminate several cases of multiplication in arguments...
2014-09-04 Kenneth Graunkei965: Handle ir_triop_csel in emit_bool_to_cond_code().
2014-09-04 Kenneth Graunkei965: Move curb_read_length/total_scratch to brw_stage_...
2014-09-03 Jason Ekstrandi965/copy_image: Divide the x offsets by block width...
2014-09-03 Jason Ekstrandi965/copy_image: Use the correct block dimension
2014-09-03 Jason Ekstrandmeta/copy_image: Use the correct texture level when...
2014-09-03 Jason Ekstrandi965/copy_image: Use the correct texture level
2014-09-02 Jason Ekstrandmain: Don't leak temporary texture rows
2014-09-02 Kristian Høgsbergmeta: Make MESA_META_DRAW_BUFFERS restore properly
2014-09-02 Emil VelikovRevert "mesa: fix make tarballs"
2014-09-02 Dave Airliemesa/program_cache: calloc the correct size for the...
2014-09-02 Paul Berrymain/cs: Add gl_context::ComputeProgram
2014-09-02 Jordan Justenmesa: Convert NewDriverState to 64-bits
2014-09-02 Paul Berryi965: Modify state upload to allow 2 different sets...
2014-09-02 Paul Berryi965: Modify dirty bit handling to support 2 pipelines.
2014-09-02 Paul Berryi965: Create a macro for checking a dirty bit.
2014-09-02 Paul Berryi965: Create a macro for setting all dirty bits.
2014-09-02 Paul Berryi965: Create a macro for setting a dirty bit.
2014-09-02 Dave Airliei965: add missing parens in vec4 visitor
2014-09-01 Ilia Mirkinmesa: force height of 1D textures to be 1 in texture...
2014-09-01 Jason Ekstrandi965/fs: Don't segfault when debug-logging a null program
2014-09-01 Jason Ekstrandi965/vec4: Don't segfault when debug-logging a null...
2014-09-01 Marek Olšákglsl_to_tgsi: allocate and enlarge arrays for temporari...
2014-09-01 Connor Abbotti965/fs: don't use ir->shadow_comparitor in emit_texture_*
2014-09-01 Connor Abbotti965/fs: don't pass ir_variable * to emit_samplepos_setup()
2014-09-01 Connor Abbotti965/fs: don't pass ir_variable * to emit_frontfacing_i...
2014-09-01 Kenneth Graunkei965: Fix GPU hangs when INTEL_DEBUG=no16 is set.
2014-08-31 Emil Velikovmesa: fix make tarballs
2014-08-31 Abdiel Janulguei965/vec4: Remove try_emit_saturate
2014-08-31 Abdiel Janulguei965/fs: Refactor try_emit_saturate
2014-08-31 Abdiel Janulgueir_to_mesa, glsl_to_tgsi: Remove try_emit_saturate
2014-08-31 Abdiel Janulguei965/vec4: Allow propagation of instructions with satur...
2014-08-31 Abdiel Janulguei965/fs: Allow propagation of instructions with saturat...
next