summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | glsl: checkpoint: replace 'return' with __returnFlag=true;Brian Paul2009-06-261-7/+68
| * | glsl: fix up scoping for parent/children in slang_operation_copy()Brian Paul2009-06-261-0/+9
| * | glsl: fix uninitialized var in _slang_gen_for_without_continue()Brian Paul2009-06-261-1/+1
| * | glsl: added slang_operation_free_children()Brian Paul2009-06-262-0/+17
| * | glsl: added slang_oper_num_children() helperBrian Paul2009-06-261-0/+7
| * | glsl: check-point: declare _returnFlagBrian Paul2009-06-261-0/+33
| * | glsl: added slang_operation_insert_child()Brian Paul2009-06-262-0/+23
| * | glsl: use slang_generate_declaration() to consolidate some codeBrian Paul2009-06-261-31/+37
| * | glsl: remove obsolete commentBrian Paul2009-06-261-3/+0
| * | st/mesa: query PIPE_CAP_TGSI_CONT_SUPPORTEDBrian Paul2009-06-261-0/+5
| * | glsl: implement _slang_gen_while_without_continue()Brian Paul2009-06-261-82/+115
| * | glsl: fix a bug involving 'continue' in 'for' loopsBrian Paul2009-06-262-23/+44
| * | glsl: added slang_oper_child_const()Brian Paul2009-06-261-0/+8
| * | glsl: use _slang_loop_contains_continue_or_break() to check for unrollingBrian Paul2009-06-261-5/+36
| * | glsl: use new _slang_loop_contains_continue() helper functionBrian Paul2009-06-261-5/+126
| * | glsl: implement continue->break translation for do-while loopsBrian Paul2009-06-261-15/+219
| * | glsl: added slang_operation_literal_int/bool() helper functionsBrian Paul2009-06-261-0/+26
| * | glsl: don't allocate 0-length children array in slang_operation_copy()Brian Paul2009-06-261-6/+7
| * | glsl: remove debug code, misc clean-upBrian Paul2009-06-261-5/+0
| * | glsl: implement continue->break transformation for for-loopsBrian Paul2009-06-261-3/+167
| * | glsl: added slang_operation_add_children() and slang_oper_child() helpersBrian Paul2009-06-262-0/+25
| * | glsl: added slang_assemble_ctx::EmitContReturn field, initBrian Paul2009-06-262-0/+4
| * | demos: improve argv parsing in fslight.cBrian Paul2009-06-261-2/+6
| * | glsl: don't unroll loops containing continue/breakBrian Paul2009-06-261-0/+6
| * | Revert "slang: if/else/break & if/else/continue work for unrolled loops"Brian Paul2009-06-262-38/+7
| * | glsl: Added gl_shader_state::EmitContReturn fieldBrian Paul2009-06-262-0/+2
| * | docs: updated Mesa release instructionsBrian Paul2009-06-261-15/+25
| * | scons: Tool to build with DirectX SDK.José Fonseca2009-06-261-0/+66
| * | scons: Don't use C specific options with g++José Fonseca2009-06-262-23/+30
* | | i965: fix fetching constants from constant buffer in glsl pathRoland Scheidegger2009-06-264-17/+16
* | | configs/darwin: Set CXX to g++.Vinson Lee2009-06-261-1/+1
* | | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-06-141-1/+1
|\| |
| * | tgsi: correct handling of return value from util_vsnprintfKeith Whitwell2009-06-261-5/+13
| * | aux/indices: don't use 'prim' value once it is known to be badKeith Whitwell2009-06-261-1/+1
* | | trace: Don't write state objects to file if dumping is not setJakob Bornecrantz2009-06-141-0/+60
* | | tgsi: correct handling of return value from util_vsnprintfKeith Whitwell2009-06-261-5/+13
* | | r200: make use of DMA buffers for Elts a lot better.Dave Airlie2009-06-263-16/+19
* | | r200: only emit unitneeded texturesDave Airlie2009-06-261-0/+2
* | | r300-gallium: organize fragment/vertex shadersJoakim Sindholt2009-06-2620-495/+674
* | | gallium: Add PIPE_OS_APPLE token.Vinson Lee2009-06-251-0/+4
* | | progs/tests: Add yet another mipmap testJakob Bornecrantz2009-06-144-0/+319
* | | radeon: fix hw texture limitsRoland Scheidegger2009-06-253-9/+14
* | | radeon/r200: add some hw texture limitsDave Airlie2009-06-252-2/+8
* | | radeon: fix stupidity in cs space check code.Dave Airlie2009-06-251-2/+6
* | | intel: fix additional merge conflicts missed in previous commitBrian Paul2009-06-242-18/+0
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-2447-411/+510
|\| |
| * | wgl: Handle flush after a window is destroyed.José Fonseca2009-06-241-20/+21
| * | demos: fix issues in glxcontexts.cBrian Paul2009-06-231-114/+46
| * | i965: handle OPCODE_SWZ in the glsl pathRoland Scheidegger2009-06-221-0/+1
| * | Disable SGI_swap_control extension for DRI2Owen W. Taylor2009-06-221-1/+3