index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
dri3: Flush XCB before blocking for special events
Keith Packard
2014-01-30
1
-0
/
+2
*
dri3: Enable GLX_INTEL_swap_event
Keith Packard
2014-01-30
1
-17
/
+1
*
dri3: Fix dri3_wait_for_sbc to wait for completion of requested SBC
Keith Packard
2014-01-30
1
-16
/
+39
*
dri3: Track full 64-bit SBC numbers, instead of just 32-bits
Keith Packard
2014-01-30
2
-20
/
+30
*
mesa: Add warning to _REV pack/unpack functions with incorrect behavior
Mark Mueller
2014-01-31
2
-1
/
+18
*
r600g: Removed unnecessary positivity check for unsigned int variable.
Siavash Eliasi
2014-01-31
1
-1
/
+1
*
st/dri: Allow creating OpenGL 3.3 core contexts
Michel Dänzer
2014-01-30
1
-1
/
+1
*
build: Share the all-local rule for linking libraries into the build dir
Kristian Høgsberg
2014-01-29
7
-42
/
+7
*
loader: do not print the pci id during normal operation
Emil Velikov
2014-01-29
1
-1
/
+1
*
loader: print WARNING and FATAL messages using the default logger
Emil Velikov
2014-01-29
1
-1
/
+1
*
glsl: s/_NDEBUG/NDEBUG/
Emil Velikov
2014-01-29
1
-1
/
+1
*
mesa: Return after ScissorArrayv or ScissorIndexed detect a parameter error
Courtney Goeltzenleuchter
2014-01-29
1
-0
/
+2
*
mesa: GL_ARB_map_buffer_alignment is not optional
Siavash Eliasi
2014-01-29
5
-6
/
+2
*
nouveau: Use gl_constants::MinMapBufferAlignment as the alignment in nouveau_...
Siavash Eliasi
2014-01-29
1
-1
/
+2
*
radeon / r200: Use gl_constants::MinMapBufferAlignment as the alignment in r...
Siavash Eliasi
2014-01-29
1
-1
/
+1
*
mesa: Use _mesa_align_malloc in _mesa_buffer_data
Siavash Eliasi
2014-01-29
1
-2
/
+5
*
mesa: Set gl_constants::MinMapBufferAlignment to 64 by default
Siavash Eliasi
2014-01-29
1
-1
/
+1
*
mesa/st: Unconditionally enable ARB_map_buffer_alignment.
Siavash Eliasi
2014-01-29
1
-3
/
+3
*
freedreno: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64
Ian Romanick
2014-01-29
1
-0
/
+3
*
ilo: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64
Siavash Eliasi
2014-01-29
1
-1
/
+1
*
svga: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64
Siavash Eliasi
2014-01-29
1
-1
/
+2
*
i915g: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64
Siavash Eliasi
2014-01-29
1
-1
/
+3
*
i915g: Use alignment of 64 instead of 16 for buffer allocation
Siavash Eliasi
2014-01-29
1
-1
/
+1
*
llvmpipe: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64
Siavash Eliasi
2014-01-29
1
-1
/
+2
*
llvmpipe: Use alignment of 64 instead of 16 for buffer allocation
Siavash Eliasi
2014-01-29
1
-3
/
+3
*
softpipe: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64
Siavash Eliasi
2014-01-29
1
-1
/
+2
*
softpipe: Use alignment of 64 instead of 16 for buffer allocation
Siavash Eliasi
2014-01-29
1
-2
/
+2
*
i915g: support more PIPE_CAPs
Stéphane Marchesin
2014-01-28
1
-3
/
+6
*
radeonsi: Put GS ring buffer descriptors with streamout buffer descriptors
Michel Dänzer
2014-01-29
5
-84
/
+115
*
radeonsi: Enable OpenGL 3.3
Michel Dänzer
2014-01-29
1
-3
/
+5
*
radeonsi: Geometry shader micro-optimizations
Michel Dänzer
2014-01-29
1
-12
/
+10
*
radeonsi: We don't support indirect addressing of geometry shader inputs
Michel Dänzer
2014-01-29
1
-0
/
+4
*
radeonsi: Pass VS resource descriptors to the HW ES shader stage as well
Michel Dänzer
2014-01-29
6
-34
/
+58
*
radeonsi: Fix streamout from geometry shader
Michel Dänzer
2014-01-29
1
-10
/
+27
*
radeonsi: Simplify shader PM4 state handling
Michel Dänzer
2014-01-29
3
-61
/
+21
*
radeonsi: Properly match ES outputs to GS inputs
Michel Dänzer
2014-01-29
1
-5
/
+16
*
radeonsi: Really dump TGSI code before any TGSI->LLVM conversion attempt
Michel Dänzer
2014-01-29
1
-8
/
+8
*
radeonsi: Also export clip distances with geometry shader
Michel Dänzer
2014-01-29
2
-5
/
+9
*
radeonsi: Take GS into account for VS state in more places
Michel Dänzer
2014-01-29
3
-2
/
+14
*
radeonsi: Handle adjacency primitives
Michel Dänzer
2014-01-29
1
-4
/
+4
*
radeonsi: Handle TGSI_SEMANTIC_PRIMID
Michel Dänzer
2014-01-29
3
-2
/
+16
*
radeonsi: Generalize counting of shader parameters
Michel Dänzer
2014-01-29
3
-38
/
+48
*
radeonsi: Fix handling of geometry shader output vertex ID
Michel Dänzer
2014-01-29
1
-7
/
+19
*
radeonsi: Initial geometry shader support
Michel Dänzer
2014-01-29
11
-191
/
+1084
*
radeonsi: Refactor shader input / output handling code
Michel Dänzer
2014-01-29
1
-218
/
+268
*
i965/fs: Add a saturation propagation optimization pass.
Matt Turner
2014-01-28
4
-0
/
+107
*
i965: Add can_do_saturate() method to backend_instruction.
Matt Turner
2014-01-28
2
-0
/
+45
*
mesa: Generate correct error code in glDrawBuffers()
Anuj Phogat
2014-01-28
1
-3
/
+5
*
i965: Ignore 'centroid' interpolation qualifier in case of persample shading
Anuj Phogat
2014-01-28
1
-1
/
+2
*
gbm: Make libgbm.so.1 symlink.
Matt Turner
2014-01-28
1
-0
/
+1
[next]