summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Change the order of conditions tested in ifAnuj Phogat2015-05-071-3/+4
* nir: Allow feq/fne/ieq/ine to be optimized with inot.Matt Turner2015-05-071-0/+4
* nir: Recognize (a < c || b < c) as min(a, b) < c.Matt Turner2015-05-071-0/+2
* nir: Recognize trivial min/max.Matt Turner2015-05-071-0/+6
* nir: Recognize i2b(b2i(x)) as x.Matt Turner2015-05-071-0/+1
* nir: Recognize imul(b2i(a), b2i(b)) as a logical AND.Matt Turner2015-05-071-0/+1
* i965/sync: Implement DRI2_Fence extensionChad Versace2015-05-074-41/+160
* i965/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'Chad Versace2015-05-072-28/+31
* i915/sync: Return early when calloc failsChad Versace2015-05-071-0/+2
* i965/sync: Return NULL when calloc failsChad Versace2015-05-071-0/+2
* i915/sync: Don't crash when deleting sync objectChad Versace2015-05-071-1/+3
* i965/sync: Don't crash when deleting sync objectChad Versace2015-05-071-1/+3
* egl/dri2: Fix codestyle in a commentChad Versace2015-05-071-1/+2
* glx: report which DRI version is used when in verbose debug modeMartin Peres2015-05-072-0/+4
* glapi: Add positional argument specifier.Vinson Lee2015-05-061-1/+1
* nv50/ir: add SHL to the list of U32 opcodesIlia Mirkin2015-05-061-0/+1
* i965: Sort extension enable listsIan Romanick2015-05-061-33/+42
* r600g: Fix Clang return-type build error.Vinson Lee2015-05-061-1/+1
* i965/fs: Allow copy propagation on ATTR file registers.Kenneth Graunke2015-05-061-1/+4
* i965/fs_inst: Get rid of the effective_width fieldJason Ekstrand2015-05-063-37/+3
* i965/fs: Rework the fs_visitor LOAD_PAYLOAD instructionJason Ekstrand2015-05-064-236/+179
* i965/fs: Make LOAD_PAYLOAD take a header sizeJason Ekstrand2015-05-064-12/+20
* i965/fs: Make emit_single_fb_write take an explicit exec_sizeJason Ekstrand2015-05-062-8/+10
* i965/fs_inst: Add an is_copy_payload helperJason Ekstrand2015-05-064-35/+25
* i965: Change header_present to header_size in backend_instructionJason Ekstrand2015-05-069-52/+56
* i965/fs_cse: Factor out code to create copy instructionsJason Ekstrand2015-05-061-37/+38
* i965/fs: Make half(fs_reg, unsigned) handle register files more explicitlyJason Ekstrand2015-05-061-5/+16
* i965/fs: Fix passing an immediate to half().Francisco Jerez2015-05-061-2/+2
* swrast: Build fix for darwinJeremy Huddleston Sequoia2015-05-061-0/+16
* egl/dri2: Check return value of __DRI2fence::create_fence()Chad Versace2015-05-061-0/+7
* draw: (trivial) fix out-of-bounds vector initializationRoland Scheidegger2015-05-061-1/+1
* main/queryobj: add GL_QUERY_TARGET support to GetQueryObjectiv()Martin Peres2015-05-061-0/+12
* ilo: silence a compiler warningChia-I Wu2015-05-061-1/+1
* mesa: support compute stage in _mesa_program_resource_propTapani Pälli2015-05-061-6/+16
* glsl: mark special built-in inputs referenced by vertex stageTapani Pälli2015-05-061-1/+6
* relnotes: Note support for viewport arrays on i965/Gen6.Chris Forbes2015-05-061-0/+1
* i965/gen6: Enable ARB_viewport_array and AMD_vertex_shader_viewport_indexChris Forbes2015-05-061-8/+8
* i965/gen6: Upload all the SF viewportsChris Forbes2015-05-062-12/+19
* i965/gen6: Upload all the clip viewportsChris Forbes2015-05-061-19/+21
* i965/gen6: setup limits for ARB_viewport_arrayChris Forbes2015-05-062-3/+3
* st/mesa: fix pipe_query_result result initializerBrian Paul2015-05-051-1/+1
* st/mesa: fix st_NewPerfMonitor() declarationBrian Paul2015-05-051-1/+1
* glsl: add parens in shader_integer_mix() to silence compiler warningBrian Paul2015-05-051-1/+1
* st/mesa: also try PIPE_FORMAT_R10G10B10A2_UNORM for GL_RGB10Brian Paul2015-05-051-1/+1
* nvc0: all queries use an unsigned 64-bits integer by defaultSamuel Pitoiset2015-05-061-5/+7
* nvc0: make begin_query return false when all MP counters are usedSamuel Pitoiset2015-05-061-5/+8
* docs: mark GL_AMD_performance_monitor on nvc0 for the 10.6.0 releaseSamuel Pitoiset2015-05-061-0/+1
* nvc0: define driver-specific query groupsSamuel Pitoiset2015-05-063-0/+76
* st/mesa: implement GL_AMD_performance_monitorChristoph Bumiller2015-05-064-0/+500
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-0618-34/+51