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
*
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
*
swrast: check for null/-1 when mapping renderbuffers
Brian Paul
2014-01-20
1
-3
/
+7
*
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
4
-4
/
+4
*
logger: Remove unused variable.
José Fonseca
2014-01-20
1
-1
/
+0
*
logger: s/\<log\>/log_/
José Fonseca
2014-01-20
1
-13
/
+13
*
i965/blorp: reduce the scope of the explicit compression control
Topi Pohjolainen
2014-01-20
1
-11
/
+20
*
i965/blorp: remove dependency to compression control state
Topi Pohjolainen
2014-01-20
1
-4
/
+3
*
i965: Only update renderbuffers on initial intelMakeCurrent
Kristian Høgsberg
2014-01-19
1
-1
/
+8
*
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
*
loader: ifdef libdrm specific code and include
Emil Velikov
2014-01-19
4
-8
/
+19
*
i965: Double the push constant space multipliers on Broadwell too.
Kenneth Graunke
2014-01-18
1
-2
/
+4
*
i965: Update invariant state for Broadwell.
Kenneth Graunke
2014-01-18
1
-4
/
+12
*
i965: Use the Sandybridge VUE format on Broadwell as well.
Kenneth Graunke
2014-01-18
1
-0
/
+1
*
i965: Create a new fragment shader backend for Broadwell.
Kenneth Graunke
2014-01-18
4
-5
/
+1100
*
i965: Create a new vec4 backend for Broadwell.
Kenneth Graunke
2014-01-18
5
-17
/
+976
*
i965: Add a new infrastructure for generating Broadwell shader assembly.
Kenneth Graunke
2014-01-18
3
-0
/
+842
*
i965: Implement a disassembler for Broadwell's new instruction encoding.
Kenneth Graunke
2014-01-18
2
-0
/
+932
*
i965: Add a new representation for Broadwell shader instructions.
Kenneth Graunke
2014-01-18
4
-0
/
+835
*
i965: Add SFID #defines for media stuff.
Kenneth Graunke
2014-01-18
1
-0
/
+2
*
i965: Add #defines for new Broadwell math functions.
Kenneth Graunke
2014-01-18
1
-0
/
+2
*
i965: add struct and SFID for pixel interpolator messages
Chris Forbes
2014-01-18
2
-0
/
+22
*
i965/Gen7: Only emit cube face enables for cubes.
Chris Forbes
2014-01-19
1
-2
/
+5
*
i965: Improve dumping of Gen7 SURFACE_STATE
Chris Forbes
2014-01-19
1
-6
/
+12
*
i965: Add masks for more SURFACE_STATE fields
Chris Forbes
2014-01-19
1
-0
/
+2
*
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
*
loader: fallback to drmGetVersion() for non-pci devices
Rob Clark
2014-01-18
1
-2
/
+14
*
pipe-loader: add support for non-pci (platform) devices
Emil Velikov
2014-01-18
3
-0
/
+5
*
pci_ids: no not include loader.h
Emil Velikov
2014-01-18
1
-1
/
+0
*
egl_dri2: use loader util lib
Emil Velikov
2014-01-18
7
-259
/
+15
*
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
5
-180
/
+14
*
gbm: use the loader util lib
Emil Velikov
2014-01-18
8
-230
/
+5
[next]