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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Assume FBO rendering in precompile if MRT.
Chris Forbes
2014-02-06
1
-4
/
+5
*
i965/fs: Guess nr_color_regions better in precompile
Chris Forbes
2014-02-06
1
-1
/
+3
*
i965: Move intel_prepare_render() above first buffer access
Kristian Høgsberg
2014-02-05
2
-4
/
+4
*
st/mesa: add MESA_SHADER_COMPUTE case in shader_stage_to_ptarget()
Brian Paul
2014-02-05
1
-0
/
+2
*
mesa: re-wrap, fix-up comment text in formats.h
Brian Paul
2014-02-05
1
-14
/
+19
*
i965/cs: Allow ARB_compute_shader to be enabled via env var.
Paul Berry
2014-02-05
2
-1
/
+13
*
i965/cs: Create the brw_compute_program struct, and the code to initialize it.
Paul Berry
2014-02-05
2
-0
/
+19
*
main/cs: Implement query for COMPUTE_WORK_GROUP_SIZE.
Paul Berry
2014-02-05
1
-0
/
+18
*
mesa/cs: Handle compute shader local size during linking.
Paul Berry
2014-02-05
2
-0
/
+24
*
glsl/cs: Handle compute shader local_size_{x,y,z} declaration.
Paul Berry
2014-02-05
1
-0
/
+11
*
mesa/cs: Implement MAX_COMPUTE_WORK_GROUP_COUNT constant.
Paul Berry
2014-02-05
3
-0
/
+12
*
mesa/cs: Implement MAX_COMPUTE_WORK_GROUP_INVOCATIONS constant.
Paul Berry
2014-02-05
4
-0
/
+6
*
mesa/cs: Implement MAX_COMPUTE_WORK_GROUP_SIZE constant.
Paul Berry
2014-02-05
3
-0
/
+16
*
mesa/cs: Create the gl_compute_program struct, and the code to initialize it.
Paul Berry
2014-02-05
3
-0
/
+32
*
mesa/cs: Handle compute shaders in _mesa_use_program().
Paul Berry
2014-02-05
1
-0
/
+1
*
mesa/cs: Add a MESA_SHADER_COMPUTE stage and update switch statements.
Paul Berry
2014-02-05
6
-1
/
+24
*
mesa/cs: Add dispatch API stubs for ARB_compute_shader.
Paul Berry
2014-02-05
5
-2
/
+96
*
mesa/cs: Add extension enable flags for ARB_compute_shader.
Paul Berry
2014-02-05
2
-0
/
+2
*
gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERS
Marek Olšák
2014-02-04
1
-4
/
+6
*
mesa: remove stray bits of GL_EXT_cull_vertex
Brian Paul
2014-02-04
2
-15
/
+1
*
i965/blorp: do not use unnecessary hw-blending support
Topi Pohjolainen
2014-02-04
1
-20
/
+0
*
i965: Use brw_bo_map[_gtt]() in intel_miptree_map_raw().
Kenneth Graunke
2014-02-03
1
-8
/
+2
*
i965: Use brw_bo_map() in intel_texsubimage_tiled_memcpy().
Kenneth Graunke
2014-02-03
1
-7
/
+1
*
i965: Create drm_intel_bo_map wrappers with performance warnings.
Kenneth Graunke
2014-02-03
2
-0
/
+46
*
mesa: Drop unnecessary (void) ctx from VAO code.
Kenneth Graunke
2014-02-03
1
-1
/
+0
*
mesa: Remove "APPLE" from some VAO error messages.
Kenneth Graunke
2014-02-03
1
-3
/
+3
*
mesa: Update some comments relating to VAOs.
Kenneth Graunke
2014-02-03
2
-5
/
+15
*
mesa: Rename ElementArrayBufferObj to IndexBufferObj.
Kenneth Graunke
2014-02-03
9
-45
/
+45
*
mesa: Rename _mesa_lookup_arrayobj to _mesa_lookup_vao.
Kenneth Graunke
2014-02-03
3
-6
/
+6
*
mesa: Rename _mesa_..._array_obj functions to _mesa_..._vao.
Kenneth Graunke
2014-02-03
10
-48
/
+47
*
mesa: Rename "struct gl_array_object" to gl_vertex_array_object.
Kenneth Graunke
2014-02-03
14
-71
/
+71
*
mesa: Rename "arrayObj" local variables to "vao".
Kenneth Graunke
2014-02-03
7
-130
/
+130
*
mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO.
Kenneth Graunke
2014-02-03
16
-199
/
+199
*
meta: Silence several 'unused parameter' warnings
10.1-branchpoint
Ian Romanick
2014-02-02
1
-21
/
+17
*
meta: Don't use fixed-function to decompress array textures
Ian Romanick
2014-02-02
1
-3
/
+20
*
meta: Use NDC in decompress_texture_image
Ian Romanick
2014-02-02
1
-9
/
+8
*
meta: Consistenly use non-Apple VAO functions
Ian Romanick
2014-02-02
1
-4
/
+4
*
meta: Fallback to software for GetTexImage of compressed GL_TEXTURE_CUBE_MAP_...
Ian Romanick
2014-02-02
1
-1
/
+2
*
meta: Release resources used by _mesa_meta_DrawPixels
Ian Romanick
2014-02-02
1
-0
/
+19
*
meta: Release resources used by decompress_texture_image
Ian Romanick
2014-02-02
1
-0
/
+21
*
mesa: Use common _mesa_tex_target_to_index in tex param code
Ian Romanick
2014-02-02
1
-58
/
+8
*
mesa: Make target_enum_to_index available outside texobj.c
Ian Romanick
2014-02-02
2
-3
/
+6
*
mesa: make several FBO functions static
Brian Paul
2014-02-02
2
-55
/
+35
*
mesa: move glGenerateMipmap() code into new genmipmap.c file
Brian Paul
2014-02-02
6
-96
/
+169
*
mesa: move glBlitFramebuffer code into new blit.c file
Brian Paul
2014-02-02
6
-478
/
+554
*
mesa: don't signal _NEW_TEXTURE in TexSubImage() functions
Brian Paul
2014-02-02
1
-3
/
+9
*
mesa: add some comments about mipmap generation
Brian Paul
2014-02-02
2
-0
/
+9
*
mesa: simplify comment in texstorage.c
Brian Paul
2014-02-02
1
-3
/
+2
*
mesa: formatting fixes, 78-column wrappings in dd.h
Brian Paul
2014-02-02
1
-33
/
+56
*
mesa: remove target param from ctx->Driver.TexParameter()
Brian Paul
2014-02-02
6
-15
/
+14
[next]