index
:
~bwidawsk/mesa
16-vs
16-vs-v2
4x4stc
aux-buf
aux-buf-v2
blits
blits-new
blitsv2
blitsv3
braswell
braswell-mocs-experiment
braswell-prefer-meta
bxt2x6
bxt_ds
captures
cnl
context_support
cpu_map_mcs
current_modifiers
fast-lod
fast-stencil
fast_jenkins
fast_stencil
float-blend
for-bernard
for-janesma
for-timo
gen9-fixes
gt1
gt4
gt4_test
gtt-map-nonblock
image_ccs_alloc
image_ccs_alloc_fbmods
integer-multiplyv2
jenkins
libunwind
master
mempcy
miptree-rework
mocs
modifier-blob
modifier-temp2
modifiers
modifiers-temp
modifiersv2
modifiersv3
modifiersv4
modifiersv6
modifiersv7
modifiersv8
modifiersv9
modv11
modv12
mul_dw
new-blits
new-system-routine
non-block
prelocate
queued
qw-mul
random-lris
reorg-array-optv2
reorg-map
rework_ddchkclr
scanout-y
serial-pipecontrol
simd16
skl-fast-clear
stencil-blits
system_routine
system_routine_temp
test-non-block
texture-array-opt
texture-array-optv2
texture-array-optv3
texture-array-optv4
throttle-cheat
vec4-more-spill
vec4-more-spill2
vec4-more-spill3
vf_comp_pack
workarounds
ytile
Unnamed repository; edit this file to name it for gitweb.
bwidawsk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-18
context support! not tested at all! woooooooooo!
HEAD
context_support
Kenneth Graunke
5
-4
/
+21
2012-03-15
glsl: Add GLSL 1.40 textureSize() implementations for sampler2DRect.
Eric Anholt
3
-2
/
+19
2012-03-15
glsl: Set up generated builtin functions handling for GLSL 1.40.
Eric Anholt
1
-3
/
+3
2012-03-15
glsl: Add support for integer sampler2DRect variants in GLSL 1.40.
Eric Anholt
3
-2
/
+27
2012-03-15
glsl: Drop ftransform() from GLSL 1.40 profile.
Eric Anholt
1
-2
/
+0
2012-03-15
glsl: Copy GLSL 1.30 builtin profile to GLSL 1.40.
Eric Anholt
2
-0
/
+1946
2012-03-15
glsl: When failing to compile some builtins, print the error.
Eric Anholt
1
-0
/
+8
2012-03-15
glsl: Let the builtin compiler process GLSL 1.40 shaders.
Eric Anholt
1
-3
/
+3
2012-03-15
glsl: Update builtin variables for GLSL 1.40.
Eric Anholt
1
-109
/
+150
2012-03-15
glsl: Hook up the current GLSL 1.30 types and builtins for 1.40.
Eric Anholt
3
-1
/
+10
2012-03-15
glsl: Add support for parsing #version 140.
Eric Anholt
4
-0
/
+8
2012-03-14
i965: Enable SIMD16 mode for shaders with loops on Gen6+.
Kenneth Graunke
1
-1
/
+1
2012-03-14
gallivm: Fix createOProfileJITEventListener namespace with llvm-3.1.
Vinson Lee
1
-0
/
+4
2012-03-14
noop: Use non-recursive automake
Tom Stellard
3
-16
/
+18
2012-03-14
identity: Use non-recursive automake
Tom Stellard
3
-14
/
+18
2012-03-14
galahad: Use non-recursive automake
Tom Stellard
3
-15
/
+44
2012-03-14
gallium/drivers: Use automake to generate makefile
Tom Stellard
19
-16
/
+50
2012-03-14
docs: fix html in banner.html
Christopher Yeleighton
1
-23
/
+23
2012-03-13
glsl: Avoid extra if statements for logic and/or with no side effects.
Eric Anholt
1
-17
/
+6
2012-03-13
mesa: add back glGetnUniform*v() overflow error reporting
Dylan Noblesmith
2
-5
/
+13
2012-03-12
mesa: Fix the cause of piglit test fbo-array failure
Anuj Phogat
1
-1
/
+3
2012-03-12
mesa: fix _mesa_DebugMessageCallbackARB() to silence warnings
Brian Paul
1
-2
/
+2
2012-03-12
radeon: remove use of DD_FLATSHADE
Brian Paul
1
-1
/
+1
2012-03-12
docs: fix up html tags in autoconf.html
Christopher Yeleighton
1
-61
/
+37
2012-03-12
mesa: add more comments about textarget in framebuffer_texture()
Brian Paul
1
-2
/
+10
2012-03-12
mesa: renumber remaining DD_ constants
Brian Paul
1
-10
/
+10
2012-03-12
mesa: remove unused DD_TRI_CULL_FRONT_BACK
Brian Paul
3
-12
/
+4
2012-03-12
mesa: remove unused DD_FLATSHADE
Brian Paul
4
-9
/
+1
2012-03-12
mesa: remove unused DD_TRI_TWOSTENCIL
Brian Paul
4
-11
/
+1
2012-03-12
mesa: remove _DD_NEW_x flags
Brian Paul
1
-21
/
+0
2012-03-12
tnl: stop using _DD_NEW_x flags
Brian Paul
1
-1
/
+2
2012-03-12
swrast: s/_DD_NEW_SEPARATE_SPECULAR/_MESA_NEW_SEPARATE_SPECULAR/
Brian Paul
1
-3
/
+3
2012-03-12
mesa: define _MESA_NEW_SEPARATE_SPECULAR
Brian Paul
2
-2
/
+8
2012-03-12
i915: remove occurances of _DD_NEW_x flags
Brian Paul
1
-7
/
+5
2012-03-12
mesa: remove ctx->Driver.ClearColor() hook
Brian Paul
3
-34
/
+0
2012-03-12
mesa/gdi: remove clear_color() function
Brian Paul
1
-32
/
+15
2012-03-12
xlib: remove clear_color() function
Brian Paul
1
-25
/
+11
2012-03-12
radeon/r200: remove ClearColor driver functions
Brian Paul
5
-41
/
+0
2012-03-12
mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooks
Brian Paul
5
-28
/
+0
2012-03-12
radeon/r200: remove ClearDepth() and ClearStencil() driver hooks
Brian Paul
5
-86
/
+0
2012-03-12
radeon/r200: remove hyperz/fast clear testing code
Brian Paul
2
-20
/
+0
2012-03-11
docs: Fix unclosed anchor tag in xlibdriver.html.
Kenneth Graunke
1
-1
/
+1
2012-03-11
egl/drm: Include errno.h
José Fonseca
1
-0
/
+1
2012-03-11
Set close on exec flag FD_CLOEXEC
David Fries
7
-6
/
+66
2012-03-11
mapi/glapi: Fix glDebugMessageCallbackARB arg type to GLDEBUGPROCARB
José Fonseca
6
-8
/
+10
2012-03-11
glapi/gen: Add support for pointer types.
José Fonseca
3
-3
/
+5
2012-03-11
mesa: Prevent collision of ERROR define on Windows.
José Fonseca
1
-0
/
+3
2012-03-11
include: Fix glDebugMessageCallbackARB's prototype.
José Fonseca
1
-2
/
+2
2012-03-10
mesa: expose ARB_debug_output
Marek Olšák
1
-0
/
+1
2012-03-10
mesa: display list dispatch for ARB_debug_output
Marek Olšák
1
-0
/
+3
[next]