summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Do texture swizzling in hardware on Haswell.Kenneth Graunke2012-09-262-5/+52
* i965: Refactor texture swizzle generation into a helper.Kenneth Graunke2012-09-263-49/+60
* radeon/llvm: improve select_cc lowering to generate CND* more oftenVincent Lejeune2012-09-274-41/+103
* intel: Fix size of temporary etc1 bufferChad Versace2012-09-261-3/+4
* radeonsi: fix truncated register define.Alex Deucher2012-09-261-3/+3
* mesa: move _mesa_es_error_check_format_and_type() to glformats.cBrian Paul2012-09-265-69/+73
* mesa: move GL_HALF_FLOAT_OES definition to glheader.hBrian Paul2012-09-263-11/+7
* mesa: minor fix to glTexSubImage error messageBrian Paul2012-09-261-1/+2
* mesa: consolidate sub-texture error checking codeBrian Paul2012-09-261-168/+94
* mesa: consolidate glTexSubImage() error checkingBrian Paul2012-09-261-40/+38
* mesa: consolidate glCompressedTexSubImage() error checkingBrian Paul2012-09-261-77/+88
* mesa: consolidate subtexture xoffset/yoffset/width/height error checking codeBrian Paul2012-09-261-88/+73
* mesa: consolidate glCopyTexSubImage error checkingBrian Paul2012-09-261-79/+60
* mesa: fix incorrect error for glCompressedSubTexImageBrian Paul2012-09-261-3/+3
* radeonsi: move draw cmds to si_commands.cChristian Koenig2012-09-263-14/+35
* radeonsi: start seperating commands into si_commands.cChristian Koenig2012-09-263-4/+10
* radeonsi: get rid of evergreen_hw_context.cChristian Koenig2012-09-263-50/+3
* radeonsi: remove unused codeChristian Koenig2012-09-261-19/+0
* radeonsi: start reworking inferred state handlingChristian König2012-09-264-6/+4
* gles3: Prohibit set/get of GL_FRAMEBUFFER_SRGB.Paul Berry2012-09-252-2/+9
* meta: Properly save/restore GL_FRAMEBUFFER_SRGB in Meta.Paul Berry2012-09-252-27/+21
* enable: Create _mesa_set_framebuffer_srgb() function for use by meta ops.Paul Berry2012-09-252-3/+22
* targets/xorg-i915: Rename driver to i915_drv.so.Matt Turner2012-09-252-2/+2
* intel: Improve teximage perf for Google Chrome paint rects (v3)Chad Versace2012-09-253-0/+186
* clover: Fix build with libclang v3.2Tom Stellard2012-09-251-0/+5
* clover: Query device for CL_DEVICE_MAX_MEM_ALLOC_SIZE v2Tom Stellard2012-09-253-1/+9
* gallium: Add PIPE_COMPUTE_CAP_MAX_MEM_ALLOC_SIZE v2Tom Stellard2012-09-253-1/+20
* r600g: Handle multiple kernels in the same program v2Tom Stellard2012-09-255-21/+84
* clover: Handle multiple kernels in the same program v2Blaž Tomažič2012-09-252-33/+37
* mesa: remove 'struct' from texenv_fragment_programBrian Paul2012-09-251-13/+13
* i965: Allow fast depth clears if scissoring doesn't do anything.Kenneth Graunke2012-09-251-1/+13
* i965: Don't spill "smeared" registers.Paul Berry2012-09-251-0/+15
* nv50/ir/ra: Fix register interference tracking.Jay Cornwall2012-09-251-4/+4
* i965/blorp: Fix sRGB MSAA resolves.Paul Berry2012-09-242-8/+19
* darwin: do not create double-buffered offscreen pixel formatsJonas Maebe2012-09-241-1/+1
* radeon/llvm: Fix instruction encoding for r600 family GPUsTom Stellard2012-09-243-15/+14
* build: remove signbit check in configure.acBrian Paul2012-09-241-7/+0
* mesa: add signbit() macroBrian Paul2012-09-241-0/+7
* r600g: Set RADEON_FLUSH_KEEP_TILING_FLAGS when emitting compute csTom Stellard2012-09-241-1/+7
* build: substitute X11_INCLUDES variableRobert Bragg2012-09-241-0/+1
* Use signbit() in IS_NEGATIVE and DIFFERENT_SIGNSMatt Turner2012-09-242-19/+9
* clover: Silence narrowing conversion warnings in resource.cpp.Francisco Jerez2012-09-241-3/+3
* clover: Handle NULL value for clEnqueueNDRangeKernel local_work_sizeTom Stellard2012-09-241-7/+6
* i965/blorp: Increase Y alignment for multisampled stencil blits.Paul Berry2012-09-241-2/+7
* upgrade glext.h to version 85Brian Paul2012-09-241-177/+117
* st/mesa: check for zero-size image in st_TestProxyTexImage()Brian Paul2012-09-241-0/+5
* mesa: Silence narrowing warnings in ff_fragment_shader's emit_texenv().Kenneth Graunke2012-09-231-4/+4
* docs: fixup GL4.3 TODO listMarek Olšák2012-09-231-4/+1
* radeon/llvm: support for interpolation intrinsicsVincent Lejeune2012-09-2210-2/+318
* draw: fix non-indexed draw calls if there's an index bufferMarek Olšák2012-09-223-8/+6