aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965/blorp: Use irb->layer_count in clearChris Forbes2014-04-101-2/+1
* i965: Add layer_count to intel_renderbufferChris Forbes2014-04-102-0/+13
* i965: Pull out layer_multiplier in intel_update_renderbuffer_wrapperChris Forbes2014-04-101-2/+5
* i965: Add `layered` parameter to intel_update_renderbuffer_wrapperChris Forbes2014-04-101-3/+4
* i965: Adjust renderbuffer wrapper to account for MinLevel/MinLayerChris Forbes2014-04-101-0/+4
* i965: Enable texture upload fast path with MinLevelChris Forbes2014-04-101-1/+1
* i965: Account for MinLevel in texture upload fast pathChris Forbes2014-04-101-2/+4
* i965: Adjust map/unmap code for MinLevel/MinLayerChris Forbes2014-04-101-3/+8
* i965: Don't try to use fast upload path for nontrivial viewsChris Forbes2014-04-101-0/+4
* i965: Adjust surface_state emission to account for view parametersChris Forbes2014-04-101-5/+14
* i965: Add _Format to intel_texobj.Chris Forbes2014-04-103-0/+16
* i965: Add driver hook for TextureViewChris Forbes2014-04-101-0/+41
* i965: Ensure that texture validation is skipped for immutable textures.Chris Forbes2014-04-101-0/+5
* i965: refactor format selection for unsupported ETC* formatsChris Forbes2014-04-102-34/+45
* i965: refactor format munging for separate stencilChris Forbes2014-04-102-8/+26
* i965: Include #slices in miptree debugChris Forbes2014-04-101-2/+2
* mesa: Adjust _MaxLevel computation to account for viewsChris Forbes2014-04-101-0/+7
* mesa: Prefer non-swizzled formats for most sized internalformatsChris Forbes2014-04-101-4/+18
* i965: Render R8G8B8X8 as R8G8B8A8Chris Forbes2014-04-101-0/+3
* i965: Pretend we don't support BRW_SURFACEFORMAT_R16G16B16_FLOAT for textures.Chris Forbes2014-04-101-1/+1
* i965: Enable R10G10B10A2_UNORM formatChris Forbes2014-04-101-0/+1
* i965: Enable R8G8B8A8_UNORM_SRGB formatChris Forbes2014-04-101-0/+1
* swrast: Add support for fetching from MESA_FORMAT_R10G10B10A2_UNORMChris Forbes2014-04-102-3/+16
* mesa: fix packing of float texels to GL_SHORT/GL_BYTEChris Forbes2014-04-101-58/+58
* r600g: Don't leak bytecode on shader compile failureMichel Dänzer2014-04-101-7/+12
* build: force .so extension for the gallium dri modulesEmil Velikov2014-04-092-1/+2
* Partially revert bba9c28 "configure: use LIB_EXT rather than hardcoded .so"Jon TURNEY2014-04-091-13/+13
* Partially revert "st/xa: Fix advertized version number and try to avoid futur...Emil Velikov2014-04-092-7/+11
* glx: drop obsolete _XUnlock_Mutex in __glXInitialize error pathEmil Velikov2014-04-091-3/+1
* freedreno/a3xx: assert() -> debug_assert()Rob Clark2014-04-091-1/+1
* svga: move LIST_INITHEAD(dirty_buffers) earlier in svga_context_create()Brian Paul2014-04-091-2/+2
* i965: Stop advertising GL_MESA_ycbcr_texture.Kenneth Graunke2014-04-091-1/+0
* freedreno/a3xx/compiler: add CEILRob Clark2014-04-091-0/+1
* freedreno/a3xx/compiler: fix neg mov'sRob Clark2014-04-091-20/+1
* radeonsi: allow fast color clear and Hyper-Z with 1D-tiled surfaces on CIKMarek Olšák2014-04-091-5/+5
* r600g,radeonsi: add a bunch of useful queries for the HUDMarek Olšák2014-04-097-5/+72
* r600g,radeonsi: set correct initial domain for shared resourcesMarek Olšák2014-04-093-23/+59
* gallium/radeon: fix warningsMarek Olšák2014-04-093-2/+3
* tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims().Iago Toral Quiroga2014-04-085-48/+27
* i965: Remove unused sampler key fieldsTopi Pohjolainen2014-04-082-16/+0
* mesa: move declaration before code in etc2_unpack_rgb8()Brian Paul2014-04-081-3/+3
* i965: Delete "fast color clear unsupported" performance warning.Kenneth Graunke2014-04-081-2/+0
* freedreno/a3xx: deal with optimized tex instructionsRob Clark2014-04-087-25/+41
* mesa: add bounds checking to eliminate buffer overrunCourtney Goeltzenleuchter2014-04-081-24/+54
* st/omx/enc: cleanup omx/vid_enc.cLeo Liu2014-04-081-102/+118
* st/omx/enc: allocate input buffer private on demandChristian König2014-04-081-82/+42
* svga: replace sampler assertion with conditionalBrian Paul2014-04-082-5/+33
* i965/vec4: fix record clearing in copy propagationChia-I Wu2014-04-081-5/+16
* i965/vec4: Add a test for copy propagation behavior.Eric Anholt2014-04-083-0/+164
* i965/fs: Track whether we're doing dual source in a more obvious way.Eric Anholt2014-04-083-3/+5