summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r600g: remove assert on draw with count == 0Christoph Bumiller2014-06-021-1/+0
* r600g: HW bug workaround for TGSI_OPCODE_BREAKCChristoph Bumiller2014-06-023-4/+22
* r600g: implement TGSI_OPCODE_BREAKCChristoph Bumiller2014-06-021-1/+24
* r600g: support all channels of TGSI_FILE_ADDRESSChristoph Bumiller2014-06-021-28/+58
* r600g: check for PIPE_BIND_BLENDABLE in is_format_supportedChristoph Bumiller2014-06-022-0/+18
* r600g: handle PIPE_QUERY_GPU_FINISHEDChristoph Bumiller2014-06-021-0/+9
* i965/fs: Add fs_inst constructor that takes a list of sources.Matt Turner2014-06-012-0/+15
* i965/fs: Add a function to resize fs_inst's sources array.Matt Turner2014-06-012-0/+11
* i965/fs: Clean up fs_inst constructors.Matt Turner2014-06-012-75/+32
* i965/fs: Loop from 0 to inst->sources, not 0 to 3.Matt Turner2014-06-0110-28/+28
* i965/fs: Store the number of sources an fs_inst has.Matt Turner2014-06-012-11/+13
* i965/fs: ralloc fs_inst's fs_reg sources.Matt Turner2014-06-012-1/+9
* i965/fs: Disable fs_inst assignment operator.Matt Turner2014-06-011-0/+2
* i965/fs: Add and use an fs_inst copy constructor.Matt Turner2014-06-012-0/+6
* i965: Skip IR annotations with INTEL_DEBUG=noann.Matt Turner2014-06-013-2/+6
* i965/fs: Debug the optimization passes by dumping instr to file.Matt Turner2014-06-011-12/+41
* i965: Give dump_instructions() a filename argument.Matt Turner2014-06-015-6/+42
* i965: Give dump_instruction() a FILE* argument.Matt Turner2014-06-015-100/+115
* i965: Add envvar to debug the optimization passes.Matt Turner2014-06-012-0/+2
* llvmpipe: (trivial) drop "unswizzled" from some function namesRoland Scheidegger2014-05-312-28/+30
* llvmpipe: fix crash when not all attachments are populated in a fbRoland Scheidegger2014-05-311-3/+9
* softpipe: honor the render_condition_enable bit in blits.Roland Scheidegger2014-05-311-0/+3
* llvmpipe: honor the render_condition_enable bit in blits.Roland Scheidegger2014-05-311-0/+3
* gallium/docs: improve documentation of render condition wrt blits.Roland Scheidegger2014-05-312-5/+9
* svga: use svga_shader_too_large() in compile_vs()Brian Paul2014-05-311-8/+36
* svga: use svga_shader_too_large() in compile_fs()Brian Paul2014-05-311-3/+1
* svga: added svga_shader_too_large() helperBrian Paul2014-05-311-0/+21
* darwin: Remove extra kCGLPFAColorSize attribute when requesting an offscreen ...Jeremy Huddleston Sequoia2014-05-311-2/+0
* util: Do not use __builtin_clrsb with Intel C++ Compiler.Vinson Lee2014-05-301-1/+1
* i915: add a missing NULL pointer checkLubomir Rintel2014-05-301-1/+1
* glapi: Duplicate GLES1 prototypes in glapi_dispatch.cIan Romanick2014-05-301-0/+57
* i965/vec4: Allow writemasking on math instructions on Gen7+.Matt Turner2014-05-301-2/+2
* i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.Pavel Popov2014-05-301-1/+1
* st/wgl: use _debug_printf() instead of fprintf()Brian Paul2014-05-301-7/+3
* st/wgl: formatting fixes in stw_framebuffer.cBrian Paul2014-05-301-82/+70
* st/wgl: make stw_lookup_context_locked() an inline functionBrian Paul2014-05-302-15/+9
* st/wgl: fix implementation of wglCreateContextAttribsARB()Brian Paul2014-05-303-22/+136
* st/wgl: add debug code to check that pixel format initialization workedBrian Paul2014-05-301-3/+9
* st/wgl: change PFD_SWAP_COPY to PFD_SWAP_EXCHANGE.Brian Paul2014-05-301-1/+1
* docs: Document how to replace Windows built-in OpenGL software rasterizer wit...José Fonseca2014-05-301-12/+40
* scons: add common.c as part of glcpp buildTapani Pälli2014-05-301-1/+1
* mesa: Add missing null checks into prog_hash_table.cJuha-Pekka Heikkila2014-05-301-0/+8
* glcpp: link with tests/common.cTapani Pälli2014-05-301-0/+1
* mesa/main: Add missing null check in _mesa_CreatePerfQueryINTEL()Juha-Pekka Heikkila2014-05-301-0/+5
* mesa/drivers: Add extra null check in blitframebuffer_texture()Juha-Pekka Heikkila2014-05-301-0/+3
* glsl: Add null check in loop_analysis.cppJuha-Pekka Heikkila2014-05-301-2/+4
* mesa: add missing null check in _mesa_NewHashTable()Juha-Pekka Heikkila2014-05-301-0/+10
* loader: add optional /sys filesystem method for PCI identification.Gary Wong2014-05-292-11/+137
* loader: allow attempting more than one method of PCI identification.Gary Wong2014-05-291-18/+46
* st/egl: do not link against libloaderEmil Velikov2014-05-291-1/+0