glx: indent -br -i3 -npcs --no-tabs eval.c
[mesa.git] / src /
2008-10-07 Brian Paulgallium: added general-purpose key->data map/lookup...
2008-10-07 Stephane MarchesinMesa: fix the case where there are no vertex attributes.
2008-10-07 Stephane MarchesinGallivm: don't say hello, it's rude.
2008-10-07 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
2008-10-07 Stephane MarchesinGallivm: fix the constant layout, this gets a bunch...
2008-10-07 Brian Paulmesa: replace GLuint with GLbitfield to be clearer...
2008-10-07 Keith Whitwelldraw: don't assume output buffer pointer is aligned
2008-10-07 Keith Whitwellmesa: update state after binding vertex list in dlist...
2008-10-07 Keith Whitwellmesa: protect against segfault in get_fp_input_mask()
2008-10-07 Keith Whitwelldraw: add switch for drivers to force vertex data passt...
2008-10-07 Brian Paulmesa: remove old assertion
2008-10-07 José Fonsecagallium: Introduce PIPE_ARCH_SSE define for SSE support.
2008-10-07 Briangallium: replace assertion with conditional/recovery...
2008-10-06 Brianmesa: fix convolve/convolution mix-ups
2008-10-06 Brianmesa: fix convolve/convolution mix-ups
2008-10-06 Brian Paulmesa: set FRAG_BIT_FOGC bit in InputsUsed if FogOption...
2008-10-06 Stephane MarchesinMesa: fix the case where there are no vertex attributes.
2008-10-06 Brian Paulmesa: adjust texcoords for swrast sprite points.
2008-10-06 Brian Paulmesa: updated _mesa_delete_query() comments
2008-10-06 Brian Paulmesa: add missing GLcontext param to _mesa_delete_query().
2008-10-06 Brian Paulmesa: add missing GLcontext param to _mesa_delete_query().
2008-10-06 Michal Kroldraw: Fix compiler errors on Windows.
2008-10-06 Keith Whitwellrtasm: fix debug build
2008-10-06 Keith Whitwellmake draw's vertex_info struct smaller/quicker to compa...
2008-10-05 Eric Anholti915: Refine the texture indirect lookup accounting.
2008-10-04 Keith Whitwellmesa: handle vertex program enabled case also in texenv...
2008-10-04 Robert EllisonCELL: changes to generate SPU code for stenciling
2008-10-03 Ian Romanickintel: Don't advertise unsupported extensions on pre...
2008-10-03 Keith Whitwellmesa: avoid generating constant vertex attributes in...
2008-10-03 Keith WhitwellMesa: short-circuit case when looking up the same progr...
2008-10-03 Keith Whitwellmesa: add new internal state for tracking current verte...
2008-10-03 Keith Whitwellmesa: add missing state dependencies for various tracke...
2008-10-03 Keith Whitwellmesa: shrink texenvprogram state key struct
2008-10-03 Keith Whitwellrtasm: add sse_movntps
2008-10-02 Keith Whitwelldraw: modify prefetching slightly
2008-10-02 Keith Whitwelldraw: don't keep refetching constant inputs
2008-10-02 Keith Whitwellrtasm: add prefetch instructions
2008-10-02 Keith Whitwelldraw: add streamlined paths for fetching linear verts
2008-10-02 Michal Krolmesa: Fix compiler warnings on Windows.
2008-10-02 Stephane MarchesinGallivm: add slt. glxgears should be running, except...
2008-10-02 Stephane MarchesinGallivm: port to llvm 2.4.
2008-10-02 Stephane MarchesinGallivm: fix off-by-one.
2008-10-02 Stephane MarchesinGallivm: more instructions.
2008-10-02 Stephane MarchesinGallivm: make it compile again, add some opcodes.
2008-10-02 Brian Paulmesa: fix temp register allocation problems.
2008-10-02 Brian Paulegl: check for null ptr/name
2008-10-02 Brian Paulegl: remove space after -L flag
2008-10-02 Keith Whitwelldraw: modify prefetching slightly
2008-10-02 Keith Whitwelldraw: don't keep refetching constant inputs
2008-10-02 Keith Whitwellrtasm: add prefetch instructions
2008-10-02 Keith Whitwelldraw: add streamlined paths for fetching linear verts
2008-10-02 Ian RomanickUnify ARB_depth_texture and SGIX_depth_texture
2008-10-01 Eric Anholti965: sampler default color ends up in texture cache...
2008-10-01 Eric Anholti965: Fix overwriting of depth override for SetTexOffset.
2008-10-01 Michal Krolmesa: Fix compiler warnings on Windows.
2008-09-30 José Fonsecautil: No-op u_sse.h outside PIPE_ARCH_X86/X86_64.
2008-09-30 José Fonsecatgsi: Include p_config.h.
2008-09-30 Stephane MarchesinGallivm: add slt. glxgears should be running, except...
2008-09-30 Jonathan Whitecell: Fixed usage of MAX_INSTRUCTIONS to use new MAX_PR...
2008-09-30 Jonathan Whitecell: Moved X86 checks to wrap #include section so...
2008-09-30 Stephane MarchesinGallivm: port to llvm 2.4.
2008-09-30 José Fonsecautil: Fix util_fast_pow/exp2/log2.
2008-09-30 Ian Romanickintel: Clean-up the extension string madness!
2008-09-29 Ian RomanickGLSL: Implement GL_OBJECT_TYPE_ARB query
2008-09-29 Ian RomanickGLSL: Implement _mesa_get_handle
2008-09-29 Ian RomanickGLSL: AttachShader returns INVALID_OPERATION for repeat...
2008-09-29 José Fonsecatgsi: SSE2 optimized exp2, log2 and pow implementations.
2008-09-29 José Fonsecautil: Header for SSE2 intrinsics portability.
2008-09-29 Jouk Jansenmesa: asst updates for VMS
2008-09-29 José Fonsecartasm: Implement immediate group 1 instructions. Fix...
2008-09-29 Shunichi Fujimesa: drop calloc from _mesa_get_fixed_func_vertex_program
2008-09-29 Ian RomanickUse 3Dnow! x86-64 routines only on processors that...
2008-09-29 Ian RomanickRemove TNL-to-VP tracking from i965
2008-09-28 Stephane MarchesinGallivm: fix off-by-one.
2008-09-28 Stephane MarchesinGallivm: more instructions.
2008-09-28 Stephane MarchesinGallivm: make it compile again, add some opcodes.
2008-09-27 Tobias Jakobiglapi: add DISPATCH_FUNCTION_SIZE
2008-09-27 Tobias Jakobiglapi: add gl_dispatch_functions_start and end
2008-09-27 Brian Paulmesa: fix temp register allocation problems.
2008-09-27 Brian Paulegl: check for null ptr/name
2008-09-27 Brian Paulegl: remove space after -L flag
2008-09-26 Brian Paulcell: checkpoint: more work in emit_function_call()
2008-09-26 Brian Paulcell: stub-out sin/cos function bodies to avoid trashin...
2008-09-26 Brian Paulgallium: SPU register comments
2008-09-26 Eric Anholtintel: Fix a number of memory leaks on context destroy.
2008-09-26 Brian Paulcell: move command processing code into new spu_command...
2008-09-26 Brian Paulcell: move debug-related declarations
2008-09-26 Brian Paulcell: move debug macros into new spu_debug.h
2008-09-26 Brian Paulcell: move really_clear_tiles()
2008-09-26 Brian Paulcell: align instruction buffers to 8-byte, not 32-byte...
2008-09-26 Brian Paulcell: asst clean-up, var renaming
2008-09-26 Brian Paulcell: remove unneeded blend/depth_stencil subclasses
2008-09-26 Brian Paulcell: checkpoint: support for function calls in SPU...
2008-09-26 Brian Paulcell: inst reorder to save a cycle
2008-09-26 Alan Hourihanest: add prototype for st_get_framebuffer_dimensions()
2008-09-26 Alan Hourihanest: export st_get_framebuffer_dimensions() to retrieve
2008-09-26 Brian Paulmesa: remove invalid assertions that programs have...
2008-09-26 Brian Paulmesa: fix assertion in _mesa_reference_program()
2008-09-26 Brad Kingmesa: fix param indexing
2008-09-26 Brian Paulmesa: fix incorrect parameter order
next