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
...
*
nouveau: add a nouveau_compiler binary to compile TGSI into shader ISA
Ilia Mirkin
2014-02-26
3
-0
/
+235
*
nv30: remove nv30_context use from nvfx_*prog
Ilia Mirkin
2014-02-26
13
-107
/
+110
*
nv30: remove unused sprite flipping parameter
Ilia Mirkin
2014-02-26
3
-5
/
+3
*
nv30: remove unused render_mode and hw_pointsprite_control
Ilia Mirkin
2014-02-26
2
-8
/
+3
*
nv30: remove use_nv4x, it is identical to is_nv4x
Ilia Mirkin
2014-02-26
4
-16
/
+14
*
radeonsi: Prevent geometry shader from emitting too many vertices
Michel Daenzer
2014-02-27
1
-0
/
+16
*
i965: Fix the region's pitch condition to use blitter
Anuj Phogat
2014-02-26
1
-3
/
+3
*
glsl: add switch case for MESA_SHADER_COMPUTE
Brian Paul
2014-02-26
1
-0
/
+3
*
meta: Use a #define for the vector type to avoid %svec4 everywhere.
Kenneth Graunke
2014-02-26
1
-10
/
+7
*
i965: Don't try to dump shader source for fixed-function FS programs.
Kenneth Graunke
2014-02-26
1
-1
/
+1
*
i965: Don't forget to subtract mt->first_level in minify calls.
Kenneth Graunke
2014-02-26
5
-12
/
+13
*
glsl: Delete LRP_TO_ARITH lowering pass flag.
Kenneth Graunke
2014-02-26
2
-35
/
+2
*
i965: Stop lowering ir_triop_lrp.
Kenneth Graunke
2014-02-26
1
-2
/
+0
*
i965/vec4: Handle ir_triop_lrp on Gen4-5 as well.
Kenneth Graunke
2014-02-26
2
-7
/
+38
*
i965/vec4: Add a brw->gen >= 6 assertion in three-source emitters.
Kenneth Graunke
2014-02-26
1
-0
/
+1
*
ilo: create u_upload_mgr last
Chia-I Wu
2014-02-26
1
-8
/
+11
*
glx: Fix the GLXFBConfig attrib sort priorities
Fredrik Höglund
2014-02-26
1
-7
/
+4
*
glx: Fix the default values for GLXFBConfig attributes
Fredrik Höglund
2014-02-26
1
-7
/
+2
*
Re-commit 'clover: Fix build with LLVM 3.5'
Tom Stellard
2014-02-25
1
-1
/
+3
*
mesa: Add GL_ARB_buffer_storage to dispatch_sanity.cpp.
Vinson Lee
2014-02-25
1
-0
/
+3
*
Revert "Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa"
Timothy Arceri
2014-02-26
1
-3
/
+1
*
Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa
Timothy Arceri
2014-02-26
1
-1
/
+3
|
\
|
*
clover: Fix build with LLVM 3.5
Tom Stellard
2014-02-25
1
-1
/
+3
*
|
glsl: removed unused dimension_count varible
Timothy Arceri
2014-02-26
1
-6
/
+2
|
/
*
i965: Fix segfaults since the buffer_storage changes.
Eric Anholt
2014-02-25
1
-1
/
+1
*
nv50: enable txg where supported
Ilia Mirkin
2014-02-25
3
-2
/
+8
*
nv50: enable cube map array texture support
Ilia Mirkin
2014-02-25
3
-9
/
+7
*
libgl-xlib: add -Isrc/gallium/winsys flag
Brian Paul
2014-02-25
1
-0
/
+1
*
st/mesa: add comment to explain _min(), _maxf(), etc. functions
Brian Paul
2014-02-25
1
-0
/
+6
*
r600g,radeonsi: consolidate create_surface and surface_destroy
Marek Olšák
2014-02-25
6
-85
/
+63
*
radeonsi: inline util_blitter_copy_texture
Marek Olšák
2014-02-25
1
-3
/
+21
*
radeonsi: remove useless psbox variable from resource_copy_region
Marek Olšák
2014-02-25
1
-3
/
+2
*
radeonsi: compute depth surface registers only once
Marek Olšák
2014-02-25
1
-44
/
+54
*
radeonsi: compute color surface registers only once
Marek Olšák
2014-02-25
1
-44
/
+55
*
r600g: remove r600_resource.h
Marek Olšák
2014-02-25
5
-48
/
+15
*
r600g: remove r600_surface::htile_enabled
Marek Olšák
2014-02-25
3
-10
/
+4
*
r600g: use r600_surface::db_z_info
Marek Olšák
2014-02-25
1
-10
/
+10
*
r600g,radeonsi: share r600_surface
Marek Olšák
2014-02-25
5
-54
/
+50
*
radeonsi: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to framebuffer state
Marek Olšák
2014-02-25
1
-8
/
+21
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
31
-384
/
+461
*
gallium/upload_mgr: remove useless variable "size"
Marek Olšák
2014-02-25
1
-6
/
+4
*
gallium/upload_mgr: don't unmap buffers if persistent mappings are supported
Marek Olšák
2014-02-25
1
-14
/
+51
*
gallium: the other drivers don't support ARB_buffer_storage
Marek Olšák
2014-02-25
9
-0
/
+9
*
r300g,r600g,radeonsi: add support for ARB_buffer_storage
Marek Olšák
2014-02-25
6
-0
/
+21
*
st/mesa: implement ARB_buffer_storage
Marek Olšák
2014-02-25
3
-22
/
+75
*
gallium: add interface for persistent and coherent buffer mappings
Marek Olšák
2014-02-25
5
-3
/
+76
*
mesa: allow buffers mapped with the persistent flag to be used by the GPU
Marek Olšák
2014-02-25
8
-23
/
+37
*
mesa: add error checks to glMapBufferRange, glMapBuffer for ARB_buffer_storage
Marek Olšák
2014-02-25
1
-7
/
+57
*
glapi: add ARB_buffer_storage
Marek Olšák
2014-02-25
1
-0
/
+19
*
mesa: implement glBufferStorage, immutable buffers; add extension enable flag
Marek Olšák
2014-02-25
4
-0
/
+100
[prev]
[next]