summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* r600g/compute: Cleanup of compute_memory_pool.hBruno Jiménez2014-06-101-15/+0
* r600g/compute: Tidy a bit compute_memory_finalize_pendingBruno Jiménez2014-06-101-12/+7
* r600g/compute: Add more NULL checksBruno Jiménez2014-06-102-8/+28
* r600g/compute: Adding checks for NULL after CALLOCBruno Jiménez2014-06-101-0/+8
* r600g/compute: Fixing a typo and some indentationBruno Jiménez2014-06-101-2/+2
* mesa: Fix substitution of large shadersCody Northrop2014-06-101-3/+14
* r600g,radeonsi: implement PIPE_QUERY_TIMESTAMP_DISJOINTDavid Heidelberger2014-06-101-0/+12
* glx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL !GLX_USE_DRM caseJon TURNEY2014-06-102-6/+13
* i965: Make gen7_pi field of brw_instruction use unsigned instead of GLuintKristian Høgsberg2014-06-091-12/+12
* i965: Don't include mtypes.h in brw_disasm.cKristian Høgsberg2014-06-091-2/+0
* i965/fs: initialize src as reg_undef for texture opcodes on Gen4.Matt Turner2014-06-091-6/+6
* i965/fs: initialize src as reg_undef for texture opcodes on Gen5/6.Tapani Pälli2014-06-091-9/+9
* egl/dri2: do not leak dri2_dpy->driver_nameEmil Velikov2014-06-093-3/+8
* egl/dri2/x11: use standard strndup functionEmil Velikov2014-06-091-19/+4
* android, dricore: undefined reference to _mesa_streaming_load_memcpyAdrian Negreanu2014-06-091-0/+5
* android, mesa_gen_matypes: pull in timespec POSIX definitionAdrian Negreanu2014-06-092-0/+2
* android, egl: typo dri2_fallback_pixmap_surface -> dri2_fallback_create_pixma...Adrian Negreanu2014-06-091-1/+1
* android, egl: add correct drm include for libmesa_egl_dri2Adrian Negreanu2014-06-091-0/+1
* android: add src/gallium/auxiliary as include path for libmesa_dricoreAdrian Negreanu2014-06-091-1/+2
* android: add libloader to libGLES_mesa and libmesa_egl_dri2Adrian Negreanu2014-06-092-1/+7
* android: adapt to the megadriver mechanismAdrian Negreanu2014-06-092-0/+18
* add megadriver_stub_FILESAdrian Negreanu2014-06-092-1/+4
* scons: remove dri-i915 build targetEmil Velikov2014-06-094-61/+0
* i965/disasm: Properly debug negate source modifier for logical instructionsAbdiel Janulgue2014-06-091-3/+21
* i965/vec4: skip copy-propate for logical instructions with negated src entriesAbdiel Janulgue2014-06-091-0/+17
* i965/fs: skip copy-propate for logical instructions with negated src entriesAbdiel Janulgue2014-06-091-0/+17
* i965/fs: Refactor check for potential copy propagated instructions.Abdiel Janulgue2014-06-091-10/+17
* glsl: Validate aux storage qualifier combination with other qualifiers.Chris Forbes2014-06-101-39/+37
* i965: Ensure that we end instruction streams properly.Iago Toral Quiroga2014-06-091-0/+2
* i965/fs: Add Gen < 6 runtime checks for line antialiasing.Iago Toral Quiroga2014-06-092-27/+67
* i965/fs: Let the gen < 8 generator know about runtime_check_aads_emitIago Toral Quiroga2014-06-094-3/+7
* mesa: Add extension enable for ARB_compressed_texture_pixel_storageChris Forbes2014-06-101-0/+1
* mesa: Add pixel storage support for GetCompressedTexImageChris Forbes2014-06-101-33/+40
* mesa: Compute proper strides for compressed texture pixel storage.Chris Forbes2014-06-101-0/+35
* mesa: Extract computation of compressed pixel store paramsChris Forbes2014-06-102-14/+50
* mesa: Emit errors for inconsistent compressed pixel store stateChris Forbes2014-06-103-1/+60
* mesa: Add new pixel pack/unpack state forChris Forbes2014-06-103-0/+78
* tests: Add new enum strings for ARB_compressed_texture_pixel_storageChris Forbes2014-06-101-0/+8
* glapi: Add XML infrastructure for ARB_compressed_texture_pixel_storageChris Forbes2014-06-103-1/+25
* mesa: Make CompressedTexSubImage errors more consistentChris Forbes2014-06-101-3/+3
* mesa: Trim down PixelStorei implementationChris Forbes2014-06-101-119/+56
* mesa/main: Prevent sefgault on glGetIntegerv(GL_ATOMIC_COUNTER_BUFFER_BINDING).José Fonseca2014-06-081-1/+5
* Revert "i965: Move brw_land_fwd_jump() to compilation unit of its use."Iago Toral Quiroga2014-06-073-16/+21
* i965: Fix else and brace placement in brw_eu_emit.c.Kenneth Graunke2014-06-071-28/+13
* i965: Drop the remaining default predication whacking.Kenneth Graunke2014-06-072-5/+1
* i965/sf: Use brw_set_default_predicate_control().Kenneth Graunke2014-06-071-2/+2
* gk110/ir: fix bfind emissionIlia Mirkin2014-06-071-1/+1
* gk110/ir: fix emitting constbuf file indexIlia Mirkin2014-06-071-2/+3
* gk110/ir: emit saturate flag on fadd when neededIlia Mirkin2014-06-061-0/+1
* gk110/ir: fix slct emissionIlia Mirkin2014-06-061-1/+1