aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* dri3: Flush XCB before blocking for special eventsKeith Packard2014-01-301-0/+2
* dri3: Enable GLX_INTEL_swap_eventKeith Packard2014-01-301-17/+1
* dri3: Fix dri3_wait_for_sbc to wait for completion of requested SBCKeith Packard2014-01-301-16/+39
* dri3: Track full 64-bit SBC numbers, instead of just 32-bitsKeith Packard2014-01-302-20/+30
* mesa: Add warning to _REV pack/unpack functions with incorrect behaviorMark Mueller2014-01-312-1/+18
* r600g: Removed unnecessary positivity check for unsigned int variable.Siavash Eliasi2014-01-311-1/+1
* st/dri: Allow creating OpenGL 3.3 core contextsMichel Dänzer2014-01-301-1/+1
* build: Share the all-local rule for linking libraries into the build dirKristian Høgsberg2014-01-297-42/+7
* loader: do not print the pci id during normal operationEmil Velikov2014-01-291-1/+1
* loader: print WARNING and FATAL messages using the default loggerEmil Velikov2014-01-291-1/+1
* glsl: s/_NDEBUG/NDEBUG/Emil Velikov2014-01-291-1/+1
* mesa: Return after ScissorArrayv or ScissorIndexed detect a parameter errorCourtney Goeltzenleuchter2014-01-291-0/+2
* mesa: GL_ARB_map_buffer_alignment is not optionalSiavash Eliasi2014-01-295-6/+2
* nouveau: Use gl_constants::MinMapBufferAlignment as the alignment in nouveau_...Siavash Eliasi2014-01-291-1/+2
* radeon / r200: Use gl_constants::MinMapBufferAlignment as the alignment in r...Siavash Eliasi2014-01-291-1/+1
* mesa: Use _mesa_align_malloc in _mesa_buffer_dataSiavash Eliasi2014-01-291-2/+5
* mesa: Set gl_constants::MinMapBufferAlignment to 64 by defaultSiavash Eliasi2014-01-291-1/+1
* mesa/st: Unconditionally enable ARB_map_buffer_alignment.Siavash Eliasi2014-01-291-3/+3
* freedreno: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64Ian Romanick2014-01-291-0/+3
* ilo: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64Siavash Eliasi2014-01-291-1/+1
* svga: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64Siavash Eliasi2014-01-291-1/+2
* i915g: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64Siavash Eliasi2014-01-291-1/+3
* i915g: Use alignment of 64 instead of 16 for buffer allocationSiavash Eliasi2014-01-291-1/+1
* llvmpipe: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64Siavash Eliasi2014-01-291-1/+2
* llvmpipe: Use alignment of 64 instead of 16 for buffer allocationSiavash Eliasi2014-01-291-3/+3
* softpipe: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64Siavash Eliasi2014-01-291-1/+2
* softpipe: Use alignment of 64 instead of 16 for buffer allocationSiavash Eliasi2014-01-291-2/+2
* i915g: support more PIPE_CAPsStéphane Marchesin2014-01-281-3/+6
* radeonsi: Put GS ring buffer descriptors with streamout buffer descriptorsMichel Dänzer2014-01-295-84/+115
* radeonsi: Enable OpenGL 3.3Michel Dänzer2014-01-291-3/+5
* radeonsi: Geometry shader micro-optimizationsMichel Dänzer2014-01-291-12/+10
* radeonsi: We don't support indirect addressing of geometry shader inputsMichel Dänzer2014-01-291-0/+4
* radeonsi: Pass VS resource descriptors to the HW ES shader stage as wellMichel Dänzer2014-01-296-34/+58
* radeonsi: Fix streamout from geometry shaderMichel Dänzer2014-01-291-10/+27
* radeonsi: Simplify shader PM4 state handlingMichel Dänzer2014-01-293-61/+21
* radeonsi: Properly match ES outputs to GS inputsMichel Dänzer2014-01-291-5/+16
* radeonsi: Really dump TGSI code before any TGSI->LLVM conversion attemptMichel Dänzer2014-01-291-8/+8
* radeonsi: Also export clip distances with geometry shaderMichel Dänzer2014-01-292-5/+9
* radeonsi: Take GS into account for VS state in more placesMichel Dänzer2014-01-293-2/+14
* radeonsi: Handle adjacency primitivesMichel Dänzer2014-01-291-4/+4
* radeonsi: Handle TGSI_SEMANTIC_PRIMIDMichel Dänzer2014-01-293-2/+16
* radeonsi: Generalize counting of shader parametersMichel Dänzer2014-01-293-38/+48
* radeonsi: Fix handling of geometry shader output vertex IDMichel Dänzer2014-01-291-7/+19
* radeonsi: Initial geometry shader supportMichel Dänzer2014-01-2911-191/+1084
* radeonsi: Refactor shader input / output handling codeMichel Dänzer2014-01-291-218/+268
* i965/fs: Add a saturation propagation optimization pass.Matt Turner2014-01-284-0/+107
* i965: Add can_do_saturate() method to backend_instruction.Matt Turner2014-01-282-0/+45
* mesa: Generate correct error code in glDrawBuffers()Anuj Phogat2014-01-281-3/+5
* i965: Ignore 'centroid' interpolation qualifier in case of persample shadingAnuj Phogat2014-01-281-1/+2
* gbm: Make libgbm.so.1 symlink.Matt Turner2014-01-281-0/+1