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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: use some cast wrappers in draw_pt_fetch_shade_pipeline*.c
Brian Paul
2014-01-20
2
-19
/
+29
*
draw: whitespace and formatting fixes in draw_pt_fetch_shade_pipeline*.c
Brian Paul
2014-01-20
2
-81
/
+105
*
draw: fix incorrect vertex size computation in LLVM drawing code
Brian Paul
2014-01-20
2
-11
/
+30
*
draw: clean up d3d style point clipping
Roland Scheidegger
2014-01-20
5
-25
/
+42
*
softpipe: fix crash when accessing null colorbuffer
Brian Paul
2014-01-20
1
-1
/
+4
*
st/vdpau: s/surface/resource/ to fix compiler warning
Brian Paul
2014-01-20
1
-1
/
+1
*
i915,r200,radeon,vega: Change vendor from "VMware, Inc." to "Mesa Project".
José Fonseca
2014-01-20
2
-2
/
+2
*
st/vdpau: check surface params before creating surfaces
Ilia Mirkin
2014-01-19
3
-0
/
+21
*
st/vdpau: fix bogus error handling in output/bitmap creation
Ilia Mirkin
2014-01-19
2
-34
/
+35
*
st/vdpau: don't return a device if the screen doesn't support NPOT
Ilia Mirkin
2014-01-19
1
-0
/
+5
*
pipe-loader: Fix build
Armin K
2014-01-19
1
-0
/
+1
*
nv50: drop obsolete check from error path
Emil Velikov
2014-01-18
1
-9
/
+7
*
nv50: assert before trying to out-of-bounds access framebuffer.cbufs
Emil Velikov
2014-01-18
1
-0
/
+1
*
nv50: assert before trying to out-of-bounds access samplers
Emil Velikov
2014-01-18
2
-0
/
+4
*
nv50: assert before trying to out-of-bounds access textures
Emil Velikov
2014-01-18
3
-0
/
+5
*
nv50: pass vtxbuf index as unsigned
Emil Velikov
2014-01-18
1
-1
/
+1
*
nv50: assert before trying to out-of-bounds access vtxbuf
Emil Velikov
2014-01-18
3
-1
/
+14
*
nv50: typecast the result of ffs() to unsigned
Emil Velikov
2014-01-18
1
-1
/
+1
*
nv50: assert before trying to out-of-bounds access constbuf
Emil Velikov
2014-01-18
3
-0
/
+4
*
nv50: access only the available amount of constbuf
Emil Velikov
2014-01-18
1
-1
/
+1
*
nv50: access only the available amount of textures
Emil Velikov
2014-01-18
1
-1
/
+1
*
pipe-loader: add support for non-pci (platform) devices
Emil Velikov
2014-01-18
3
-0
/
+5
*
pipe-loader: use loader util lib
Emil Velikov
2014-01-18
2
-81
/
+14
*
st/egl: use loader util lib
Emil Velikov
2014-01-18
3
-42
/
+6
*
egl-static: use loader util lib
Emil Velikov
2014-01-18
4
-180
/
+13
*
gbm: use the loader util lib
Emil Velikov
2014-01-18
1
-1
/
+0
*
loader: introduce the loader util lib
Emil Velikov
2014-01-18
6
-0
/
+6
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
364
-738
/
+738
*
trace: Re-license trace.xsl under MIT license.
José Fonseca
2014-01-17
1
-14
/
+22
*
svga: fix crash when clearing null color buffer
Brian Paul
2014-01-17
1
-3
/
+7
*
llvmpipe: handle NULL color buffer pointers
Brian Paul
2014-01-17
5
-94
/
+156
*
softpipe: handle NULL color buffer pointers
Brian Paul
2014-01-17
1
-93
/
+96
*
llvmpipe: fix large point rasterization with point_quad_rasterization
Roland Scheidegger
2014-01-17
1
-12
/
+19
*
gallium: add bits for clipping points as tris (d3d-style)
Roland Scheidegger
2014-01-17
9
-12
/
+60
*
llvmpipe: do constant buffer bounds checking in shaders
Zack Rusin
2014-01-16
9
-43
/
+174
*
nv50, nvc0: initialize ctx->sample_mask to ~0
Ilia Mirkin
2014-01-16
2
-0
/
+4
*
st/dri: prevent leak of dri option default values
Aaron Watry
2014-01-16
1
-0
/
+6
*
radeon: Move gfx/dma cs cleanup to r600_common_context_cleanup
Aaron Watry
2014-01-16
2
-7
/
+7
*
clover: Fix clover::keys and ::values to deal with r-value references properly.
Francisco Jerez
2014-01-15
1
-6
/
+6
*
clover: Don't try to build programs created from a binary again.
Francisco Jerez
2014-01-15
2
-19
/
+22
*
clover: Add missing fields to the clover::module serialization code.
Francisco Jerez
2014-01-15
1
-0
/
+3
*
clover: Store map result into a temporary vector in clCreateProgramWithBinary.
Francisco Jerez
2014-01-15
1
-1
/
+1
*
clover: Use cl_ulong in the maximum allocation size calculation to avoid over...
Francisco Jerez
2014-01-14
1
-1
/
+1
*
ilo: handle NULL renderbuffers correctly
Chia-I Wu
2014-01-14
6
-27
/
+45
*
ilo: disable HiZ for misaligned levels
Chia-I Wu
2014-01-14
4
-82
/
+215
*
ilo: use a helper to determine if HiZ is enabled
Chia-I Wu
2014-01-14
5
-8
/
+19
*
ilo: decide on hiz first in texture allocation
Chia-I Wu
2014-01-14
1
-64
/
+64
*
ilo: emit gen7_wa_pipe_control_wm_max_threads_stall on Haswell
Chia-I Wu
2014-01-14
1
-7
/
+9
*
ilo: use HALIGN_4 on GEN7 for depth buffers
Chia-I Wu
2014-01-14
1
-11
/
+1
*
ilo: OOM for HiZ is fatal on GEN6
Chia-I Wu
2014-01-14
1
-2
/
+7
[next]