index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-31
meson: do not search for needless deps
Erik Faye-Lund
2
-12
/
+22
2017-10-31
radv: bail out when binding the same vertex buffers
Samuel Pitoiset
1
-2
/
+16
2017-10-31
radv: bail out when binding the same index buffer
Samuel Pitoiset
2
-0
/
+14
2017-10-31
meson: use dep_m in libgallium
Erik Faye-Lund
1
-1
/
+1
2017-10-31
radv: use correct alloc function when loading from disk
Timothy Arceri
1
-1
/
+14
2017-10-30
i965: Fix ARB_indirect_parameters logic.
Plamena Manolova
1
-31
/
+16
2017-10-30
i965: Don't flag BRW_NEW_SURFACES unless some push constants are dirty.
Kenneth Graunke
1
-2
/
+1
2017-10-30
intel/genxml: Fix decoding of groups with fields smaller than a DWord.
Kenneth Graunke
2
-10
/
+16
2017-10-30
glsl: Fix bad formatting in a comment
Ian Romanick
1
-1
/
+1
2017-10-30
broadcom/vc5: Force blending to treat alpha as 1 for formats without alpha.
Eric Anholt
3
-7
/
+27
2017-10-30
broadcom/vc5: Do BGRA vs RGBA swapping for the BLEND_CONSTANT_COLOR.
Eric Anholt
4
-11
/
+30
2017-10-30
broadcom/vc5: Pack clear colors according to the TLB internal format/type.
Eric Anholt
2
-10
/
+49
2017-10-30
broadcom/vc5: Don't do r/b channel swapping on 565.
Eric Anholt
1
-1
/
+7
2017-10-30
broadcom/vc5: Use the proper gallium format for our RGB10_A2.
Eric Anholt
1
-1
/
+1
2017-10-30
broadcom/vc5: Add some comments about the texture/output format ordering.
Eric Anholt
1
-7
/
+15
2017-10-30
broadcom/vc5: Drop duplicated setup of clip_window_height_in_pixels.
Eric Anholt
1
-1
/
+0
2017-10-30
broadcom/vc5: Don't forget to actually turn on stencil testing.
Eric Anholt
1
-0
/
+3
2017-10-30
broadcom/vc5: Stop lowering negates to subs.
Eric Anholt
1
-1
/
+8
2017-10-30
broadcom/vc5: Set up MSAA texture type according to the internal format.
Eric Anholt
2
-2
/
+39
2017-10-30
broadcom/vc5: Use the sampler view's format, not the resource's.
Eric Anholt
3
-8
/
+1
2017-10-30
broadcom/vc5: Emit raw loads for MSAA buffers.
Eric Anholt
1
-0
/
+58
2017-10-30
broadcom/vc5: Use raw stores for MSAA buffers.
Eric Anholt
1
-15
/
+97
2017-10-30
broadcom/vc5: Add lowering for txf_ms to a txf on a 2x2-scaled texture.
Eric Anholt
6
-4
/
+96
2017-10-30
broadcom/vc5: Lay out MSAA textures/renderbuffers as UIF scaled by 4.
Eric Anholt
2
-14
/
+37
2017-10-30
broadcom/vc5: Keep output height pad out of the store TLB general address.
Eric Anholt
1
-1
/
+1
2017-10-30
broadcom/vc5: Drop padding bits from the texture shader state's address.
Eric Anholt
1
-1
/
+1
2017-10-30
broadcom/vc5: Drop alignment bits from texture P1's address.
Eric Anholt
1
-1
/
+1
2017-10-30
broadcom/vc5: Drop alignment bits from Z/S rendering mode config address.
Eric Anholt
1
-1
/
+1
2017-10-30
broadcom/xml: Fix address packing for address with >= 8 alignment bits.
Eric Anholt
1
-2
/
+5
2017-10-30
broadcom/clif: Print out the contents of the generic tile list.
Eric Anholt
1
-0
/
+19
2017-10-30
broadcom/clif: Move the CL printing part of CL dumps to a helper.
Eric Anholt
1
-28
/
+32
2017-10-30
broadcom/vc5: Lower unpack_*_4x8 to normal math.
Eric Anholt
1
-0
/
+3
2017-10-30
broadcom/vc5: Add PIPE_TEX_WRAP_CLAMP support for linear-filtered textures.
Eric Anholt
3
-4
/
+16
2017-10-30
broadcom/vc5: Disable GL_ARB_transform_feedback3.
Eric Anholt
1
-1
/
+1
2017-10-30
broadcom/vc5: Fix gl_FragCoord pixel center setup.
Eric Anholt
1
-3
/
+4
2017-10-30
broadcom/vc5: Always set up 1D textures as raster order.
Eric Anholt
1
-0
/
+5
2017-10-30
broadcom/xml: Throw an #error in XML-based codegen for a >1bit bool
Eric Anholt
1
-0
/
+3
2017-10-30
broadcom/vc4: Fix bool marking on Rasterizer Oversample Mode.
Eric Anholt
1
-1
/
+1
2017-10-30
broadcom/vc5: Mark lookup type as uint, not bool.
Eric Anholt
1
-1
/
+1
2017-10-30
broadcom/vc5: Fix GPU hang with no vertex elements used by the VS.
Eric Anholt
1
-4
/
+24
2017-10-30
git_sha1_gen: create empty file in fallback path
Eric Engestrom
1
-0
/
+2
2017-10-30
intel: common: silence compiler warning
Lionel Landwerlin
1
-1
/
+1
2017-10-30
glsl/linker: Check that re-declared, inter-shader built-in blocks match
Eduardo Lima Mitev
1
-0
/
+29
2017-10-30
glsl: Use the utility function to copy symbols between symbol tables
Eduardo Lima Mitev
2
-31
/
+10
2017-10-30
glsl_parser_extra: Add utility to copy symbols between symbol tables
Eduardo Lima Mitev
2
-0
/
+48
2017-10-30
i965: remove unused variable
Eric Engestrom
1
-3
/
+0
2017-10-30
meson: wire up egl/android
Eric Engestrom
2
-4
/
+16
2017-10-30
glsl: Remove ir_binop_greater and ir_binop_lequal expressions
Ian Romanick
14
-116
/
+39
2017-10-30
glsl/parser: Track built-in types using the glsl_type directly
Ian Romanick
4
-12
/
+28
2017-10-30
glsl/parser: Return the glsl_type object from the lexer
Ian Romanick
2
-282
/
+182
[prev]
[next]