summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: Allow glGet* queries of MAX_VARYING_COMPONENTS in ES 3Matt Turner2013-02-071-3/+1
* gbm: Remember to init format on gbm_dri_bo_create.Daniel van Vugt2013-02-071-0/+2
* glx: Centralize the code for context flushing.Eric Anholt2013-02-071-45/+37
* glx: Add a little comment about what dri2FlushFrontBuffer() does.Eric Anholt2013-02-071-0/+4
* radeonsi: Handle scaled and integer formats for samplers and vertex elements.Michel Dänzer2013-02-071-17/+46
* radeonsi: Don't advertise PIPE_FORMAT_L8A8_SRGB support.Michel Dänzer2013-02-071-2/+2
* radeonsi: Remove incorrect (and dead) assignment in tex_fetch_args().Michel Dänzer2013-02-071-2/+0
* radeonsi: Use unique names for referring to texture sampling intrinsics.Michel Dänzer2013-02-071-3/+18
* r300g: put textures with usage=staging in GTT and make them linearMarek Olšák2013-02-072-1/+6
* r600g: fix slice tile max for compressed texture and async dmaJerome Glisse2013-02-072-4/+8
* radeonsi: use new RGBX formatsMarek Olšák2013-02-071-0/+26
* r300g: fix blending and alpha-test with RGBX16F and enable MSAA for itMarek Olšák2013-02-076-14/+45
* r300g: use new RGBX formatsMarek Olšák2013-02-072-3/+22
* r600g: use new RGBX formatsMarek Olšák2013-02-072-0/+52
* st/mesa: use new RGBX formatsMarek Olšák2013-02-071-17/+111
* mesa: add RGBX formats for existing GL RGB texture formatsMarek Olšák2013-02-076-47/+959
* gallium: add RGBX formats for existing GL RGB texture formatsMarek Olšák2013-02-073-0/+36
* i965/blorp: Support blits between ARGB and XRGB formats.Kenneth Graunke2013-02-061-14/+12
* i965/blorp: Support overriding destination alpha to 1.0.Kenneth Graunke2013-02-061-0/+19
* i965: Implement CopyTexSubImage2D via BLORP (and use it by default).Kenneth Graunke2013-02-065-8/+154
* mesa: Put extern "C" guards in renderbuffer.h.Kenneth Graunke2013-02-061-1/+7
* llvmpipe: remove extraneous const qualifierBrian Paul2013-02-062-2/+2
* gallium/util: remove duplicated function util_format_is_rgb_no_alphaMarek Olšák2013-02-063-33/+6
* st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_formatMarek Olšák2013-02-066-22/+21
* st/mesa: adjust texture format selection to try the closest base format firstMarek Olšák2013-02-061-18/+13
* st/mesa: put RGBX8 and RGBA8 in the default format listsMarek Olšák2013-02-061-0/+2
* st/mesa: add the rest of RGB8 format/type combos to exact_format_mapping tablesMarek Olšák2013-02-061-2/+0
* mesa: fixup inconsistent naming of RG16 formatsMarek Olšák2013-02-0612-37/+37
* r600g: report correct control flow depthMarek Olšák2013-02-061-2/+1
* glsl: fix incorrect comment about do_common_optimizationMarek Olšák2013-02-061-2/+2
* st/mesa: emit saturates in the vertex shader if Shader Model 3.0 is supportedMarek Olšák2013-02-063-3/+6
* st/mesa: advertise ARB_shading_language_packing for GLSL >= 1.30Marek Olšák2013-02-062-0/+16
* st/mesa: do most of GLSL lowering outside of the optimization do-while loopMarek Olšák2013-02-061-36/+29
* st/mesa: remove dead code depending on EmitCondCodesMarek Olšák2013-02-061-22/+2
* r300g: try to use color varyings for texcoords if max texcoord limit is exceededMarek Olšák2013-02-066-5/+71
* r300/compiler: copy-propagate saturate mode when possibleMarek Olšák2013-02-061-2/+19
* r300/compiler: add support for saturate output modifier in r500 vertex shadersMarek Olšák2013-02-062-10/+19
* r300g: fix blending with RGBX formatsMarek Olšák2013-02-063-122/+202
* r300g: fix blending with blend color and RGBA formatsMarek Olšák2013-02-061-0/+11
* egl/dri: Don't invoke dri2_dpy->flush if it's NULL.José Fonseca2013-02-061-1/+2
* glsl: Initialize ast_parameter_declarator member variables.Vinson Lee2013-02-051-4/+8
* svga: fix sRGB renderingBrian Paul2013-02-051-0/+11
* r600g/compute: Fix segfault caused by new shader disassemblerTom Stellard2013-02-052-2/+4
* i965: Disable write masking when setting up texturing m0.Eric Anholt2013-02-042-1/+4
* intel: Fix regression in intel_create_image_from_name stride handlingTapani Pälli2013-02-041-1/+1
* i965: Fix segfaults from 45a28a927ab7f29ff325b9326d386a39ba538c18Eric Anholt2013-02-042-2/+4
* radeonsi: default PA_SC_RASTER_CONFIG to 0Alex Deucher2013-02-041-1/+3
* radeonsi: add support for Oland chipsAlex Deucher2013-02-044-0/+6
* glsl: Support transform feedback of varying structs.Paul Berry2013-02-042-67/+184
* glsl: Use parse_program_resource_name to parse transform feedback varyings.Paul Berry2013-02-042-19/+16