summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-02r600: add TXL instruction and note about TXBHEADmasterAndre Maasikas1-5/+12
2010-09-02r600: remove depth exports move, just set to output x <- z in the export intr...Andre Maasikas1-70/+5
2010-09-02r600: protect cleanup instructions from double freeAndre Maasikas2-2/+20
2010-09-02r600: remove mask from output intructionsAndre Maasikas6-47/+3
2010-09-02r600: allow relative addressing of temps, inputs, outputsAndre Maasikas1-13/+30
2010-09-02r600: handle LIT writemaskAndre Maasikas1-147/+141
2010-09-02r600: fix rsq from negative inputAndre Maasikas1-0/+3
2010-09-02r600g: fix logicop, the 3d ROP is the 2D rop shifted twice.Dave Airlie1-1/+1
2010-09-02r600g: fix depth texture testsDave Airlie1-2/+2
2010-09-01glsl: Apply implicit conversions to structure constructor parameters.Kenneth Graunke2-3/+10
2010-09-01glsl: Convert constant record constructor parameters to ir_constants.Kenneth Graunke1-1/+3
2010-09-01glsl: Reject structure constructors that have too many arguments.Kenneth Graunke1-0/+6
2010-09-01glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_co...Ian Romanick3-9/+4
2010-09-01glsl2: Remove unused method glsl_type::generate_constructorIan Romanick2-59/+0
2010-09-01glsl2: Remove unused 'constructor' parameter from glsl_symbol_table::add_typeIan Romanick2-6/+4
2010-09-01glsl2: Don't generate constructor functions for structuresIan Romanick2-3/+2
2010-09-01glsl2: Emit structure constructors inlineIan Romanick1-37/+70
2010-09-02r600g: add missing vertex fetch formats to the translation table.Dave Airlie2-0/+3
2010-09-01r600g: fix binding of same texture to several target slotJerome Glisse2-23/+62
2010-09-01glsl: Fix write mask in matrix-from-matrix constructors.Kenneth Graunke1-3/+5
2010-09-01glsl: Add proper handling for constant matrix-from-matrix constructors.Kenneth Graunke1-0/+25
2010-09-01glsl: Move generate_constructor_(matrix|vector) to ir_constant ctor.Kenneth Graunke2-99/+36
2010-09-01ast_function: Fix check for "too few components".Kenneth Graunke1-1/+2
2010-09-01ast_function: Remove bogus cases from generate_constructor_matrix.Kenneth Graunke1-29/+8
2010-09-02r600g: fix incorrect state naming in pipe_sampler vs pipe_sampler_viewDave Airlie1-1/+1
2010-09-01ir_to_mesa: Load all the STATE_VAR elements of a builtin uniform to a temp.Eric Anholt1-345/+291
2010-09-01ir_to_mesa: Add a little helper for emitting link failure messages.Eric Anholt1-24/+22
2010-09-01mesa: Fix many printf-like warnings.Eric Anholt4-12/+13
2010-09-01mesa: Add __printf__ attribute to printf-like functions to get warnings.Eric Anholt2-5/+10
2010-09-02mesa/st: remove check for buffer/elements = 0Dave Airlie1-3/+0
2010-09-01r600g: silence compiler warningJerome Glisse1-1/+1
2010-09-01r600g: refix db/cb stateJerome Glisse6-32/+119
2010-09-01mesa: fix out of bounds memory read in mipmap gen codeBrian Paul1-5/+12
2010-09-01mesa: more prog_execute.c debug codeBrian Paul1-0/+7
2010-09-01glsl: Add forgotten implementations of equal/notEqual on bvecs.Kenneth Graunke3-0/+120
2010-09-01r600g: fix up default state differences between r6xx and r7xxAlex Deucher1-6/+16
2010-09-01st/glx: re-order destruction of buffers, visualsBrian Paul1-1/+1
2010-09-01i965: DP2 produces a scalar result like DP3, DP4, etc.Eric Anholt1-0/+1
2010-09-01glsl2: Perform algebraic simplifications on logical binary operatorsIan Romanick1-0/+52
2010-09-01glsl2: Allow ir_constant::zero to create boolean constantsIan Romanick1-1/+1
2010-09-01r600g: avoid dynamic allocation of statesJerome Glisse17-1237/+523
2010-09-01Revert "Revert "r600g: precompute some of the hw state""Jerome Glisse11-120/+229
2010-09-01nouveau/nvfx: Remove enforcement of bit depth being same as front bufferPatrice Mandin1-17/+0
2010-09-01mesa: initialize dummy framebuffer and renderbuffer mutexesVladimir Vukicevic1-0/+2
2010-09-01Cygwin: Adjust mklib so -linker and -cplusplus options are processed more lik...Jon TURNEY1-6/+10
2010-09-01Cygwin: Teach mklib/minstall to properly install libraries on cygwinJon TURNEY3-11/+41
2010-09-01Cygwin: Change mklib not to report the full archname on cygwinJon TURNEY1-2/+2
2010-09-01Cygwin: Have mklib exit with error code if link failsJon TURNEY1-7/+2
2010-09-01glsl2: Disallow function declarations within function definitions in GLSL 1.20Ian Romanick1-1/+36
2010-09-01r600: cube mipmap levels are aligned to 8 faces only starting from r7xxAndre Maasikas1-3/+3