summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-23mesa: regenerated API files for GL_EXT_texture_integerBrian Paul10-5701/+6237
2010-10-23glapi: include/build EXT_texture_integer.xmlBrian Paul2-0/+3
2010-10-23glapi: GL_EXT_texture_integer APIBrian Paul1-0/+98
2010-10-23mesa: simplify target_can_be_compressed() functionBrian Paul1-8/+18
2010-10-23st/mesa: add format selection for signed/unsigned integer formatsBrian Paul1-0/+120
2010-10-23mesa: added cases for GL_EXT_texture_integerBrian Paul1-0/+10
2010-10-23mesa: added cases for GL_EXT_texture_integer formatsBrian Paul1-0/+20
2010-10-23mesa: compute _IntegerColor field in _mesa_test_framebuffer_completeness()Brian Paul1-0/+6
2010-10-23mesa: added glGet query for GL_RGBA_INTEGER_MODE_EXTBrian Paul1-0/+11
2010-10-23mesa: added new gl_framebuffer::_IntegerColor fieldBrian Paul1-0/+3
2010-10-23mesa: added new gl_extensions::EXT_gpu_shader4 fieldBrian Paul1-0/+1
2010-10-23softpipe: added some texture sample debug code (disabled)Brian Paul1-7/+50
2010-10-23mesa: new glDrawPixels error check for integer formatsBrian Paul1-1/+11
2010-10-23mesa: added _mesa_is_fragment_shader_active() helperBrian Paul1-0/+12
2010-10-23mesa: minor reformatting, clean-upsBrian Paul1-8/+10
2010-10-23mesa: _mesa_is_format_integer() functionBrian Paul2-0/+15
2010-10-23mesa: _mesa_ClearColorIuiEXT() and _mesa_ClearColorIiEXT()Brian Paul2-0/+69
2010-10-23mesa: add pixel packing for unscaled integer typesBrian Paul1-5/+496
2010-10-23mesa: split up the image.c fileBrian Paul20-4525/+4665
2010-10-23mesa: simplify fbo format checking codeBrian Paul1-13/+38
2010-10-23mesa: 80-column wrappingBrian Paul1-3/+6
2010-10-23st/egl: Use resource reference count for egl_g3d_sync.Chia-I Wu2-5/+2
2010-10-23egl: Fix a false negative check in _eglCheckMakeCurrent.Chia-I Wu1-9/+12
2010-10-23egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu9-148/+138
2010-10-23egl: Add reference count for resources.Chia-I Wu10-11/+146
2010-10-23st/egl: Fix native_mode refresh mode.Chia-I Wu2-3/+3
2010-10-23egl: Fix _eglModeLookup.Chia-I Wu5-64/+43
2010-10-23egl: Minor changes to the _EGLScreen interface.Chia-I Wu3-90/+49
2010-10-23egl: Minor changes to the _EGLConfig interface.Chia-I Wu5-35/+32
2010-10-23egl: Drop dpy argument from the link functions.Chia-I Wu7-28/+27
2010-10-22i965: Add support for pull constants to the new FS backend.Eric Anholt10-105/+213
2010-10-22i965: Move the FS disasm/annotation printout to codegen time.Eric Anholt2-54/+35
2010-10-23r600g: not fatal if we can't get tiling info from kernelDave Airlie1-1/+1
2010-10-22r300g: say no to PIPE_CAP_STREAM_OUTPUT and PIPE_CAP_PRIMITIVE_RESTARTMarek Olšák1-0/+2
2010-10-22r300g: do not print get_param errors in non-debug buildMarek Olšák1-4/+4
2010-10-22mesa: move declaration before codeBrian Paul1-1/+2
2010-10-22galahad: silence warningsBrian Paul2-3/+3