index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: fix height error check for 1D array textures
Brian Paul
2014-12-03
1
-1
/
+1
*
mesa: fix arithmetic error in _mesa_compute_compressed_pixelstore()
Brian Paul
2014-12-03
1
-1
/
+1
*
freedreno/ir3: fix UMAD
Ilia Mirkin
2014-12-03
1
-9
/
+9
*
freedreno/a3xx: only enable blend clamp for non-float formats
Ilia Mirkin
2014-12-03
2
-4
/
+7
*
freedreno/ir3: don't pass consts to madsh.m16 in MOD logic
Ilia Mirkin
2014-11-28
1
-0
/
+3
*
mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transpose
Chris Forbes
2014-11-26
1
-1
/
+1
*
i965: Handle nested uniform array indexing
Chris Forbes
2014-11-26
1
-33
/
+38
*
nv50,nvc0: buffer resources can be bound as other things down the line
Ilia Mirkin
2014-11-24
2
-14
/
+14
*
nv50,nvc0: actually check constbufs for invalidation
Ilia Mirkin
2014-11-24
2
-3
/
+6
*
nv50/ir: set neg modifiers on min/max args
Ilia Mirkin
2014-11-24
1
-0
/
+2
*
i965: Fix segfault in WebGL Conformance on Ivybridge
Chad Versace
2014-11-19
1
-3
/
+4
*
r600g: limit texture offset application to specific types (v2)
Dave Airlie
2014-11-19
1
-3
/
+18
*
r600g: geom shaders: always load texture src regs from inputs
Dave Airlie
2014-11-19
1
-1
/
+2
*
st/mesa: add a fallback for clear_with_quad when no vs_layer
Ilia Mirkin
2014-11-19
4
-5
/
+97
*
r600g/cayman: handle empty vertex shaders
Dave Airlie
2014-11-19
1
-4
/
+8
*
r600g/cayman: fix texture gather tests
Dave Airlie
2014-11-19
1
-4
/
+11
*
r600g/cayman: fix integer multiplication output overwrite (v2)
Dave Airlie
2014-11-19
1
-3
/
+23
*
st/mesa: copy sampler_array_size field when copying instructions
Brian Paul
2014-11-19
1
-1
/
+6
*
radeonsi: Disable asynchronous DMA except for PIPE_BUFFER
Michel Dänzer
2014-11-19
1
-0
/
+15
*
i915g: we also have more than 0 viewports!
Kenneth Graunke
2014-11-16
1
-0
/
+3
*
llvmpipe: Avoid deadlock when unloading opengl32.dll
José Fonseca
2014-11-16
1
-1
/
+11
*
mesa: fix UNCLAMPED_FLOAT_TO_UBYTE() macro for MSVC
Brian Paul
2014-11-06
1
-4
/
+4
*
r300g: remove enabled/disabled hyperz and AA compression messages
Marek Olšák
2014-11-06
1
-2
/
+0
*
radeon/llvm: Dynamically allocate branch/loop stack arrays
Michel Dänzer
2014-10-29
2
-6
/
+37
*
Revert "st/mesa: set MaxUnrollIterations = 255"
Marek Olšák
2014-10-29
1
-2
/
+1
*
radeonsi: fix incorrect index buffer max size for lowered 8-bit indices
Marek Olšák
2014-10-29
1
-1
/
+1
*
radeonsi: fix polygon mode for points and lines and point/line fill modes
Marek Olšák
2014-10-29
1
-3
/
+3
*
r600g: fix polygon mode for points and lines and point/line fill modes
Marek Olšák
2014-10-29
2
-6
/
+6
*
gallium/nouveau: fully build the driver under android
Mauro Rossi
2014-10-29
1
-1
/
+1
*
glsl: Use signed array index in update_max_array_access()
Anuj Phogat
2014-10-29
1
-3
/
+3
*
glsl: Fix crash due to negative array index
Anuj Phogat
2014-10-29
1
-1
/
+1
*
mesa: check that uniform exists in glUniform* functions
Tapani Pälli
2014-10-29
1
-8
/
+8
*
glsl: fix uniform location count used for glsl types
Tapani Pälli
2014-10-29
2
-9
/
+12
*
freedreno/a3xx: fix depth/stencil restore format
Rob Clark
2014-10-29
1
-1
/
+5
*
freedreno/a3xx: fix viewport state during clear
Rob Clark
2014-10-29
1
-1
/
+19
*
freedreno: mark scissor state dirty when enable bit changes
Rob Clark
2014-10-29
1
-0
/
+10
*
freedreno: clear vs scissor
Rob Clark
2014-10-29
7
-13
/
+96
*
freedreno/ir3: add debug flag to disable cp
Rob Clark
2014-10-29
3
-1
/
+3
*
freedreno: positions come out as integers, not half-integers
Ilia Mirkin
2014-10-29
1
-2
/
+2
*
freedreno/a3xx: disable early-z when we have kill's
Rob Clark
2014-10-29
3
-0
/
+10
*
freedreno/ir3: fix potential gpu lockup with kill
Rob Clark
2014-10-29
4
-2
/
+61
*
freedreno/ir3: comment + better fxn name
Rob Clark
2014-10-29
1
-3
/
+5
*
freedreno/a3xx: more layer/level fixes
Rob Clark
2014-10-29
3
-8
/
+14
*
freedreno/ir3: large const support
Rob Clark
2014-10-29
5
-13
/
+33
*
freedreno: update generated headers
Rob Clark
2014-10-29
4
-5
/
+10
*
freedreno: fix layer_stride
Rob Clark
2014-10-29
1
-1
/
+1
*
freedreno: inline fd_draw_emit()
Rob Clark
2014-10-29
2
-49
/
+47
*
freedreno/ir3: optimize shader key comparision
Rob Clark
2014-10-29
5
-40
/
+79
*
freedreno/a3xx: refactor/optimize emit
Rob Clark
2014-10-29
7
-83
/
+125
*
freedreno/a3xx: refactor vertex state emit
Rob Clark
2014-10-29
11
-79
/
+83
[next]