summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-27mesa: Remove unnecessary glapitable.h includes.glapi-reorgChia-I Wu6-9/+5
2010-10-27vbo: Use CALL_* macros.Chia-I Wu1-8/+8
2010-10-27glapi: Merge glapioffsets.h into glapidispath.h.Chia-I Wu7-5109/+3786
2010-10-27glapi: Do not use glapioffsets.h.Chia-I Wu10-3124/+3110
2010-10-27glapi: Move glapidispatch.h to core mesa.Chia-I Wu5-8/+8
2010-10-27glapi: Do not use glapidispatch.h.Chia-I Wu7-54/+40
2010-10-26mesa: remove the unused _mesa_is_fragment_shader_active() functionBrian Paul1-12/+0
2010-10-26mesa: call _mesa_valid_to_render() in glDrawPixels, glCopyPixels, glBitmapBrian Paul1-61/+15
2010-10-26mesa: do integer FB / shader validation check in _mesa_valid_to_render()Brian Paul1-1/+11
2010-10-26i965: Disable register spilling on gen6 until it's fixed.Eric Anholt1-1/+1
2010-10-26i965: Fix VS URB entry sizing.Eric Anholt1-1/+1
2010-10-26i965: Drop the eot argument to read messages, which can never be set.Eric Anholt1-24/+19
2010-10-26i965: Add support for constant buffer loads on gen6.Eric Anholt1-2/+26
2010-10-26i965: Set up the constant buffer on gen6 when it's needed.Eric Anholt1-0/+1
2010-10-26i965: Fix typo in comment about state flags.Eric Anholt1-1/+1
2010-10-26i965: Handle new ir_unop_round_even in channel expression splitting.Eric Anholt1-0/+1
2010-10-26i965: Add support for discard instructions on gen6.Eric Anholt1-10/+41
2010-10-26i965: Add disasm for the flag register.Eric Anholt1-0/+3
2010-10-26i965: Clear some undefined fields of g0 when using them for gen6 FB writes.Eric Anholt1-0/+14
2010-10-26i965: Use SENDC on the first render target write on gen6.Eric Anholt3-4/+13
2010-10-26i965: Clarify an XXX comment in FB writes with real info.Eric Anholt1-1/+2
2010-10-26i965: Add EU code for dword scattered reads (constant buffer array indexing).Eric Anholt2-0/+45
2010-10-26egl_dri2: Fix a typo that make glFlush be called at wrong time.Chia-I Wu1-1/+1
2010-10-26r600g: add assembler support for all the kcache fields.Dave Airlie3-2/+17
2010-10-25mesa: additional teximage error checks for GL_EXT_texture_integerBrian Paul1-4/+38
2010-10-25mesa: additional switch cases for GL_EXT_texture_integerBrian Paul1-2/+87
2010-10-25mesa: additional glReadPixels error checks for GL_EXT_texture_integerBrian Paul1-0/+15
2010-10-26r600g: fix magic 0x1 ->flat shade enaDave Airlie2-2/+2
2010-10-25glsl: Fix constant component count in vector constructor emitting.Kenneth Graunke1-1/+1
2010-10-25glsl: Fix ast-to-hir for ARB_fragment_coord_conventionsChad Versace1-1/+1
2010-10-25translate: remove unused prototypesBrian Paul1-9/+0
2010-10-25translate: use function typedefs, casts to silence warningsBrian Paul2-27/+35
2010-10-25st/mesa: support RGBA16 and use it for RGBA12 as wellMarek Olšák1-1/+10
2010-10-25rtasm: use pointer_to_func() to silence warningBrian Paul1-1/+1
2010-10-25util: use pointer_to_func() to silence warningBrian Paul1-1/+2
2010-10-25xlib: silence unused var warningBrian Paul1-0/+1
2010-10-25mesa: fix uninitialized var warningBrian Paul1-0/+1
2010-10-25mesa: silence enum comparison warningBrian Paul1-1/+1
2010-10-24r300g: fix texture border for 16-bits-per-channel formatsMarek Olšák1-4/+9
2010-10-24mesa: allow FBO attachments of formats LUMINANCE, LUMINANCE_ALPHA, and INTENSITYMarek Olšák1-0/+3
2010-10-24Ensure -L$(TOP)/$(LIB_DIR) appears in link line before any -L in $LDFLAGSJon TURNEY2-8/+10
2010-10-24r600g: drop more common state handling codeDave Airlie4-151/+80
2010-10-24r600g: Also clear bc data when we're destroying a shader.Tilman Sauerbeck3-1/+39
2010-10-24r600g: Added r600_pipe_shader_destroy().Tilman Sauerbeck3-2/+16
2010-10-24r600g: merge more of the common r600/evergreen state handlingDave Airlie4-172/+106
2010-10-24r600g: Fixed r600_vertex_element leak.Tilman Sauerbeck4-18/+10
2010-10-23softpipe: remove >32bpp color restrictionBrian Paul2-8/+1
2010-10-23st/mesa: be smarter choosing texture format for glDrawPixels()Brian Paul1-4/+46
2010-10-23mesa: display list support for GL_EXT_texture_integerBrian Paul1-0/+144
2010-10-23mesa: plug in GL_EXT_texture_integer functionsBrian Paul1-0/+7