gallium: always save and restore vertex buffers using cso_cache
[mesa.git] / src / mesa / program /
2011-02-11 Ian Romanickir_to_mesa: Don't dereference a NULL pointer during...
2011-02-08 Eric Anholtmesa: Fix the Mesa IR copy propagation to not read...
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-27 Brian Paulglsl: use 'this' pointer to be consistent
2011-01-27 Brian Paulglsl: remove needless conditional
2011-01-27 Brian Paulglsl: move ir_var_out code
2011-01-27 Brian Paulglsl: move ir_var_system_value code
2011-01-27 Brian Paulglsl: use local var to simplify code a bit
2011-01-27 Chad Versacemesa: Propagate gl_FragDepth layout from GLSL IR to...
2011-01-25 Ian Romanickir_to_mesa: Add several assertions about sizes of arrays
2011-01-21 Kenneth Graunkera: Use the same context when realloc'ing arrays.
2011-01-18 Eric Anholtra: Take advantage of the adjacency list in finding...
2011-01-18 Eric Anholtra: Remove unused "name" field in regs.
2011-01-18 Eric Anholtra: Take advantage of the adjacency list in ra_select...
2011-01-18 Eric Anholtra: Add an adjacency list to trade space for time in...
2011-01-18 Eric Anholtra: Trade off some space to get time efficiency in...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-15 Eric Anholtir_to_mesa: Fix segfaults on ir_to_mesa invocation...
2011-01-15 Vinson Leemesa: Dynamically allocate acp array in ir_to_mesa_visi...
2011-01-14 Eric Anholtmesa: Add channel-wise copy propagation to ir_to_mesa.
2011-01-09 Vinson Leemesa: Include mfeatures.h in program.c.
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-27 Kenneth Graunkeglsl: Support if-flattening beyond a given maximum...
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-18 Vinson Leemesa: Clean up header file inclusion in prog_statevars.h.
2010-12-14 Brian Paulmesa: more program debug code
2010-12-14 Vinson Leemesa: Clean up header file inclusion in prog_optimize.h.
2010-12-14 Vinson Leemesa: Clean up header file inclusion in prog_cache.h.
2010-12-14 Vinson Leemesa: Clean up header file inclusion in nvvertparse.h.
2010-12-13 Ian Romanickir_to_mesa: Don't generate swizzles for record derefs...
2010-12-11 Vinson Leemesa: Clean up header file inclusion in nvfragparse.h.
2010-12-11 Vinson Leemesa: Clean up header file inclusion in ir_to_mesa.h.
2010-12-10 Brian Paulmesa: implement system values in program interpreter
2010-12-10 Vinson Leemesa: Clean up header file inclusion in arbprogparse.h.
2010-12-09 Brian Paulmesa: ir_to_mesa support for system values
2010-12-09 Brian Paulmesa: program printing for PROGRAM_SYSTEM_VALUE
2010-12-06 Kenneth Graunkesymbol_table: Add support for adding a symbol at top...
2010-12-06 José Fonsecamesa: Bump the number of bits in the register index.
2010-12-03 Brian Paulmesa: update comments, remove dead code
2010-12-03 Brian Paulmesa: remove unneeded cast
2010-12-03 Marek Olšákmesa, st/mesa: fix gl_FragCoord with FBOs in Gallium
2010-12-01 Ian Romanickglsl: Lower ir_binop_pow to a sequence of EXP2 and...
2010-12-01 Kenneth Graunkeglsl: Add a lowering pass to move discards out of if...
2010-12-01 Marek Olšákir_to_mesa: Add support for conditional discards.
2010-11-24 Brian Paulglsl: start restoring some geometry shader code
2010-11-24 Brian Paulglsl: better handling of linker failures
2010-11-23 Brian Paulmesa: replace #defines with new gl_shader_type enum
2010-11-23 Brian Paulmesa: _mesa_valid_register_index() to validate register...
2010-11-23 Brian Paulmesa: rename, make _mesa_register_file_name() non-static
2010-11-23 Brian Paulglsl: use gl_register_file in a few places
2010-11-23 Brian Paulglsl: fix off by one in register index assertion
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-20 Eric Anholtir_to_mesa: Detect and emit MOV_SATs for saturate const...
2010-11-19 Kenneth Graunkeglsl: Combine many instruction lowering passes into...
2010-11-19 Ian Romanickglsl: Add ir_quadop_vector expression
2010-11-19 Ian Romanickglsl: Eliminate assumptions about size of ir_expression...
2010-11-19 Ian Romanickglsl: Add ir_unop_sin_reduced and ir_unop_cos_reduced
2010-11-19 Ian Romanickir_to_mesa: Generate smarter code for some conditional...
2010-11-17 Kenneth Graunkeglsl: Remove the ir_binop_cross opcode.
2010-11-10 Ian Romanickir_to_mesa: Refactor code for emitting DP instructions
2010-11-02 Chad Versacemesa: Fix C++ includes in sampler.cpp
2010-10-25 Brian Paulmesa: silence enum comparison warning
2010-10-22 Brian Paulmesa: move declaration before code
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-21 Eric Anholti965: Add support for register spilling.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-15 Ian Romanickglsl: Slightly change the semantic of _LinkedShaders
2010-10-14 Kenneth Graunkeglsl: Add a new ir_unop_round_even opcode for GLSL...
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-12 Ian Romanickglsl: Fix incorrect assertion
2010-10-12 Brian Paulir_to_mesa: assorted clean-ups, const qualifiers, new...
2010-10-08 Eric Anholtmesa: Simplify a bit of _mesa_add_state_reference using...
2010-09-29 Eric Anholtra: First cut at a graph-coloring register allocator...
2010-09-28 Eric Anholtmesa: Move the list of builtin uniform info from ir_to_...
2010-09-28 Eric Anholtmesa: Pull ir_to_mesa's sampler number fetcher out...
2010-09-23 Eric Anholtmesa: Remove SGI_color_matrix.
2010-09-22 Eric Anholtir_to_mesa: Only compare vector_elements present for...
2010-09-22 Eric Anholtglsl: Rework assignments with write_masks to have LHS...
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-18 Vinson Leeir_to_mesa: Remove unused member array_indexed from...
2010-09-17 Ian Romanickglsl2: Add flags to enable variable index lowering
2010-09-15 Brian Paulglsl2: fix signed/unsigned comparison warning
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-15 Vinson Leemesa: Include missing header in program.h.
2010-09-14 Luca Barbieriglsl: introduce ir_binop_all_equal and ir_binop_any_equ...
2010-09-13 Luca Barbieriglsl: call ir_lower_jumps according to compiler options
2010-09-09 Ian Romanickglsl2: Add EmitNoNoise flag, use it to remove noise...
2010-09-09 Ian Romanickglsl2: Add ir_unop_noise
2010-09-09 Luca Barbieriglsl: add several EmitNo* options, and MaxUnrollIterations
2010-09-09 Luca Barbieriglsl: make compiler options per-target
2010-09-09 Luca Barbierimesa: add PIPE_SHADER_* like constants and conversions...
2010-09-08 Kenneth Graunkeglsl: Define GL_ES preprocessor macro if API is OpenGL...
2010-09-07 Eric Anholtir_to_mesa: Add support for gl_NormalScale.
2010-09-07 Kenneth Graunkeglsl: Make sure shader source isn't NULL.
2010-09-07 Eric Anholtir_to_mesa: Fix warning in last commit.
2010-09-07 Eric Anholtir_to_mesa: Move the STATE_VAR elements of a builtin...
2010-09-05 Luca Barbierimesa: don't smash the stack in _mesa_find_used_registers
2010-09-04 Marek OlšákRevert "ir_to_mesa: Load all the STATE_VAR elements...
2010-09-03 Ian Romanickir_to_mesa: Handle loops with loop controls set
next