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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Pack flat "varyings" of mixed types together.
Paul Berry
2013-01-08
2
-14
/
+101
*
glsl: Prohibit structs and bools from being used as "varyings".
Paul Berry
2013-01-08
1
-21
/
+71
*
glsl: Plumb through is_parameter to apply_type_qualifier_to_variable()
Paul Berry
2013-01-08
1
-3
/
+4
*
glsl: Separate varying linking code to its own file.
Paul Berry
2013-01-08
5
-1124
/
+1240
*
mesa: Add ALIGN() macro to main/macros.h.
Paul Berry
2013-01-08
5
-17
/
+15
*
glsl: Fix loop bounds detection.
Paul Berry
2013-01-08
1
-4
/
+4
*
winsys/radeon: bump the size of relocation hashlist
Marek Olšák
2013-01-08
1
-2
/
+2
*
nvc0: catch too high GENERIC indices to prevent GRAPH traps
Christoph Bumiller
2013-01-08
1
-0
/
+6
*
nvc0: use correct resource target to select blit shader
Christoph Bumiller
2013-01-08
1
-2
/
+2
*
nvc0: add missing call to map edge flag in push_vbo
Christoph Bumiller
2013-01-08
1
-0
/
+3
*
nv50/ir: wrap assertion using typeid in #ifndef NDEBUG
Christoph Bumiller
2013-01-08
1
-0
/
+2
*
nvc0: fix out of bounds writes for unaligned sizes in push_data
Christoph Bumiller
2013-01-08
1
-2
/
+4
*
nouveau: increase max order of suballocated buffers by 1
Christoph Bumiller
2013-01-08
1
-2
/
+9
*
nouveau: improve buffer transfers
Christoph Bumiller
2013-01-08
12
-137
/
+551
*
r300g: fix assertion failure in emit_dsa_state
Marek Olšák
2013-01-08
2
-3
/
+5
*
i965: Support GL_FIXED and packed vertex formats natively on Haswell+.
Kenneth Graunke
2013-01-07
2
-12
/
+58
*
i965: Add #defines for GL_FIXED vertex formats.
Kenneth Graunke
2013-01-07
1
-0
/
+4
*
i965: Add remaining #defines for packed vertex formats.
Kenneth Graunke
2013-01-07
1
-0
/
+9
*
i965: Use Haswell's sample_d_c for textureGrad with shadow samplers.
Kenneth Graunke
2013-01-07
4
-5
/
+17
*
i965/fs: Remove dead code from generate_uniform_pull_constant_load_gen7.
Kenneth Graunke
2013-01-07
1
-2
/
+0
*
mesa: Drop mmx optimizations on Haiku
Alexander von Gluck IV
2013-01-07
1
-2
/
+1
*
mesa: Don't use rtasm for Haiku swrast
Alexander von Gluck IV
2013-01-07
1
-1
/
+1
*
r600g: set the virtual address for the htile buffer
Alex Deucher
2013-01-07
2
-2
/
+4
*
radeon/winsys: move radeon family/class identification to winsys
Jerome Glisse
2013-01-07
13
-176
/
+227
*
r600g/radeon/winsys: indentation cleanup
Jerome Glisse
2013-01-07
4
-13
/
+12
*
r600g: flush FMASK and CMASK at the end of CS
Marek Olšák
2013-01-06
1
-1
/
+3
*
r300g: implement MSAA
Marek Olšák
2013-01-06
14
-149
/
+458
*
r300g: simplify DSA state, add ability to patch FG_ALPHA_FUNC while emitting
Marek Olšák
2013-01-06
3
-79
/
+46
*
r300g/compiler: add shader emulation for the alpha_to_one state
Marek Olšák
2013-01-06
5
-0
/
+41
*
configure.ac: Remove space after indent -T flag.
Vinson Lee
2013-01-04
1
-1
/
+1
*
intel: Fix copy-and-paste bug setting gl_constants::MaxSamples
Ian Romanick
2013-01-04
1
-1
/
+1
*
mesa: Disallow R, RG, or RGB integer and unsigned formats in OpenGL ES 3.0
Ian Romanick
2013-01-04
1
-4
/
+2
*
mesa: Disallow SNORM formats for renderbuffers in OpenGL ES
Ian Romanick
2013-01-04
1
-16
/
+4
*
mesa: Disallow deprecated SNORM formats for renderbuffers
Ian Romanick
2013-01-04
1
-18
/
+0
*
util: fix addressing bug in pipe_put_tile_z() for PIPE_FORMAT_Z32_FLOAT
Brian Paul
2013-01-04
1
-1
/
+1
*
util: add get/put_tile_z() support for PIPE_FORMAT_Z32_FLOAT_S8X24_UINT
Brian Paul
2013-01-04
1
-0
/
+36
*
gallivm: support more immediates in lp_build_tgsi_info()
Brian Paul
2013-01-04
1
-1
/
+1
*
xlib: allow GLX_DONT_CARE for glXChooseFBConfig() attribute values
Brian Paul
2013-01-04
1
-0
/
+14
*
st/glx: allow GLX_DONT_CARE for glXChooseFBConfig() attribute values
Brian Paul
2013-01-04
1
-0
/
+14
*
radeon/llvm: Remove backend code from Mesa
Tom Stellard
2013-01-04
99
-19168
/
+0
*
Support LLVM >= 3.2 on radeonsi and opencl.
Johannes Obermayr
2013-01-04
2
-14
/
+17
*
clover: Fix build after the addition of enum pipe_flush_flags
Tom Stellard
2013-01-04
1
-1
/
+1
*
r300g: don't check for vertex and index buffer bind flags
Marek Olšák
2013-01-04
2
-4
/
+2
*
r300g/swtcl: use memcpy to emit indices
Marek Olšák
2013-01-04
1
-10
/
+11
*
r300g/swtcl: simplify vertex uploading
Marek Olšák
2013-01-04
5
-88
/
+42
*
r300g/swtcl: fix crash when setting vertex buffers
Marek Olšák
2013-01-04
1
-0
/
+3
*
r300g: don't set PIPE_BIND flags for internal textures
Marek Olšák
2013-01-04
2
-21
/
+1
*
i965: Fix glCompressedTexSubImage2D offsets for ETC textures.
Paul Berry
2013-01-04
1
-0
/
+3
*
egl/wayland: Remove kooky flush code
Kristian Høgsberg
2013-01-04
1
-8
/
+0
*
egl/wayland: Remove confusing comment about front buffer rendering
Kristian Høgsberg
2013-01-04
1
-10
/
+0
[next]