summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-06i965: Don't use viewport transform with INTEL rectlistsintel-rectlistJordan Justen1-1/+1
2015-01-05i965 fast clear: Remove check that rectlist is not a valid primitiveJordan Justen1-3/+0
2015-01-04i965: Mark INTEL_rectlist_prim extension as supportedJordan Justen1-0/+2
2015-01-04i965: Add INTEL_rectlist_prim extension supportJordan Justen1-0/+2
2015-01-04main, vbo: Support INTEL_rectlist_prim extension primitiveJordan Justen5-0/+10
2015-01-04main/api: Support INTEL_rectlist_prim extension draw primitiveJordan Justen1-0/+2
2015-01-04main/get: Support INTEL_rectlist_prim extensionJordan Justen4-0/+10
2015-01-04main: Add INTEL_rectlist_prim extension (TODO - reference spec url)Jordan Justen2-0/+2
2015-01-04include/glext: Add GL_INTEL_rectlist_primJordan Justen1-0/+5
2015-01-04glapi/xml: Add GL_INTEL_rectlist_primJordan Justen2-0/+14
2014-12-20spec: Add GL_INTEL_rectlist_primJordan Justen1-0/+73
2014-12-19i965/fs: Add missing const qualifier.Matt Turner1-1/+1
2014-12-18vc4: Coalesce MOVs into VPM with the instructions generating the values.Eric Anholt4-15/+143
2014-12-17vc4: Redefine VPM writes as a (destination) QIR register file.Eric Anholt3-7/+19
2014-12-18docs: note change in minimum GCC version to 4.2.0Timothy Arceri1-1/+1
2014-12-18gallium: remove support for GCC older than 4.2.0Timothy Arceri1-1/+1
2014-12-18mesa: bump required GCC version to 4.2.0Timothy Arceri1-3/+3
2014-12-17vc4: Add support for turning constant uniforms into small immediates.Eric Anholt13-46/+283
2014-12-17vc4: Move follow_movs() to common QIR code.Eric Anholt3-11/+12
2014-12-17vc4: Fix missing newline for load immediate instruction disasm.Eric Anholt1-4/+4
2014-12-17mesa: Remove unnecessary -f from $(RM).Matt Turner4-8/+8
2014-12-17mesa: Remove tarballs/checksum rules.Matt Turner1-75/+0
2014-12-17gallium: Add egl and gbm to distribution.Matt Turner1-0/+4
2014-12-17mesa: Set DISTCHECK_CONFIGURE_FLAGS.Matt Turner1-0/+13
2014-12-17targets/xvmc: Add uninstall hooks to handle megadriver hardlinks.Matt Turner1-0/+5
2014-12-17targets/vdpau: Add uninstall hooks to handle megadriver hardlinks.Matt Turner1-0/+5
2014-12-17targets/vdpau: Add clean-local rule to remove .lib links.Matt Turner1-0/+6
2014-12-17vc4: Add a userspace BO cache.Eric Anholt4-4/+175
2014-12-17vc4: Add dmabuf support.Eric Anholt4-24/+78
2014-12-17vc4: Drop a weird argument in the BOs-from-handles API.Eric Anholt3-7/+5
2014-12-17draw: revert using correct order for prim decomposition.Roland Scheidegger1-1/+3
2014-12-17util: Silence signed-unsigned comparison warningsJan Vesely1-6/+6
2014-12-16i965: Require pixel alignment for GPU copy blitCody Northrop2-4/+6
2014-12-16i965: remove includes of sampler.h from extern "C" blocksMark Janes4-5/+4
2014-12-16i965/query: Cache whether the batch references the query BO.Kenneth Graunke2-4/+26
2014-12-16i965/query: Use brw_bo_map to handle stall warnings.Kenneth Graunke1-7/+1
2014-12-16i965/query: Remove redundant drm_intel_bo_references call in CheckQuery.Kenneth Graunke1-7/+8
2014-12-16i965/query: Add query->bo == NULL early return in CheckQuery hook.Kenneth Graunke1-2/+8
2014-12-16i965/query: Set Ready flag in gen6_queryobj_get_results().Kenneth Graunke1-2/+2
2014-12-16vc4: Add support for turning add-based MOVs to muls for pairing.Eric Anholt1-2/+49
2014-12-16vc4: Add a helper for changing a field in an instruction.Eric Anholt2-11/+12
2014-12-16vc4: Fix the name of qpu_waddr_ignores_ws().Eric Anholt1-5/+5
2014-12-17docs: note change in minimum GCC version to 4.1.0Timothy Arceri1-0/+1
2014-12-17util: remove support for GCC older than 4.1.0Timothy Arceri1-1/+1
2014-12-17mesa: remove support for GCC older than 4.1.0Timothy Arceri1-1/+1
2014-12-17gbm: remove support for GCC older than 4.1.0Timothy Arceri1-1/+1
2014-12-17gallium: remove support for GCC older than 4.1.0Timothy Arceri2-5/+5
2014-12-17egl: remove support for GCC older than 4.1.0Timothy Arceri1-1/+1
2014-12-17mesa: bump required GCC version to 4.1.0Timothy Arceri1-3/+3
2014-12-17mesa: remove support for GCC older than 3.3.0Timothy Arceri3-8/+3