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-09
nv50: add support for R8G8_R8B8 and G8R8_B8R8 formats
Christoph Bumiller
1
-0
/
+2
2012-03-09
nv50,nvc0: share the format table code
Christoph Bumiller
2
-353
/
+44
2012-03-09
vl: handle DRI2GetBuffers reply with multiple buffers
Christian König
1
-10
/
+23
2012-03-09
vl/mpeg12: make bitstream decoder more robust
Christian König
2
-1
/
+2
2012-03-09
st/vdpau: fix two small memory leaks
Christian König
2
-2
/
+6
2012-03-09
st/vdpau: add xine workaround
Christian König
1
-1
/
+1
2012-03-09
vl/video_buffer: add YUYV and UYVY support
Christian König
1
-16
/
+59
2012-03-09
r600g: add support for subsampled rgb formats
Christian König
1
-0
/
+15
2012-03-09
gallivm: add support for R8G8_R8B8 and G8R8_B8R8 formats
Christian König
1
-0
/
+42
2012-03-09
gallium: add R8G8_R8B8 and G8R8_B8R8 formats
Christian König
4
-0
/
+99
2012-03-09
u_format: fix a comment about subsampled formats
Christian König
1
-1
/
+1
2012-03-08
mesa: use _mesa_rebase_rgba_float/uint() in glGetTexImage code
Brian Paul
1
-73
/
+4
2012-03-08
mesa: use _mesa_rebase_rgba_float/uint() in glReadPixels code
Brian Paul
1
-0
/
+4
2012-03-08
mesa: add _mesa_rebase_rgba_float/uint() functions
Brian Paul
2
-0
/
+98
2012-03-08
glsl: Refine the loop instruction counting.
Eric Anholt
1
-12
/
+36
2012-03-08
r600g: enable ARB_draw_instanced
Marek Olšák
1
-1
/
+1
2012-03-08
vl/video_buffer: add YUVA and VUYA support
Christian König
1
-0
/
+20
2012-03-08
gallium: remove format aliases
Christian König
2
-5
/
+1
2012-03-08
st/vdpau: cleanup YCBCR matching functions
Christian König
1
-6
/
+6
2012-03-08
st/vdpau: fix chroma_format handling in VideoSurfaceQueryGetPutBitsYCbCrCapab...
Christian König
1
-4
/
+18
2012-03-08
r600g: use SX_MISC to implement rasterizer discard
Marek Olšák
4
-4
/
+13
2012-03-08
Revert "r600g: fix and improve rasterizer discard for r600-r700"
Marek Olšák
2
-15
/
+6
2012-03-08
Revert "r600g: rework rasterizer discard for evergreen"
Marek Olšák
5
-45
/
+16
2012-03-07
svga: fix the rasterizer state resets
Zack Rusin
2
-2
/
+17
2012-03-07
glx: Also put a symlink from libGL.so in lib/ for now.
Johannes Obermayr
1
-0
/
+1
2012-03-07
gbm_dri: Fix DRIimage lookup callback
Benjamin Franzke
1
-2
/
+2
2012-03-07
mesa: handle array textures in strip_texture_border()
Brian Paul
1
-17
/
+21
2012-03-07
docs: add more MinGW prerequisite tips
Brian Paul
1
-0
/
+8
2012-03-07
r600g: only emit SX_SURFACE_SYNC on r700 if there's CS checker support
Marek Olšák
1
-1
/
+1
2012-03-07
i965: handle gl_PointCoord for Gen4 and Gen5 platforms
Yuanhan Liu
5
-5
/
+45
2012-03-07
i915: move the FALLBACK_DRAW_OFFSET check outside the drawing rect check
Yuanhan Liu
1
-4
/
+3
2012-03-06
dri/nouveau: don't use nested functions
nobled
2
-64
/
+78
2012-03-06
gallivm: Pass in a MCRegisterInfo to MCInstPrinter on llvm-3.1.
Vinson Lee
1
-1
/
+12
2012-03-06
draw/llvm: add clip distance support
Dave Airlie
1
-46
/
+77
2012-03-06
draw/llvm: fix storing of clipvertex and positions into pre_clip_pos (v2)
Dave Airlie
1
-8
/
+11
2012-03-06
draw/llvm: fix clipvertex setting up clipmask. (v2)
Dave Airlie
1
-11
/
+30
2012-03-06
gallium: add llvm-related TODOs. (v2)
Dave Airlie
1
-0
/
+21
2012-03-05
mesa: Fix valid texture target test in _mesa_GetTexLevelParameteriv()
Anuj Phogat
2
-2
/
+1
2012-03-05
egl: Use -no-undefined libtool flag
Jon TURNEY
1
-1
/
+1
2012-03-05
i965: fixup W-tile offset computation to take swizzling into account
Daniel Vetter
7
-22
/
+49
2012-03-05
meta: Fix compilation without FEATURE_EXT_transform_feedback
Benjamin Franzke
1
-0
/
+6
2012-03-05
meta: Fix compilation without FEATURE_feedback
Benjamin Franzke
1
-0
/
+6
2012-03-05
wayland: Use new wl_display_disconnect
Benjamin Franzke
3
-3
/
+3
2012-03-05
gallivm: fix floating type in lp_build_mod helper
Roland Scheidegger
1
-1
/
+1
2012-03-05
st/vdpau: make the interface thread save
Christian König
9
-35
/
+175
2012-03-05
st/vdpau: implement support for high-precision output timing
Christian König
4
-41
/
+136
2012-03-05
st/vdpau: implement support for extra mixer layers
Christian König
1
-6
/
+21
2012-03-05
r600g: replace atom_ prefix with _state and _cmd suffixes
Marek Olšák
8
-59
/
+59
2012-03-05
r600g: cleanup includes
Marek Olšák
19
-129
/
+37
2012-03-05
winsys/radeon: cleanup includes
Marek Olšák
1
-3
/
+1
[prev]
[next]