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
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/a3xx: remove useless reg tracking in disasm-a3xx
Rob Clark
2014-02-03
1
-174
/
+0
*
draw: fix incorrect color of flat-shaded clipped lines
Brian Paul
2014-02-03
1
-1
/
+12
*
gallium/auxiliary/indices: replace free() with FREE()
Brian Paul
2014-02-03
1
-1
/
+1
*
svga: check shader size against max command buffer size
Brian Paul
2014-02-03
2
-12
/
+49
*
svga: refactor some shader code
Brian Paul
2014-02-03
11
-76
/
+171
*
gallivm: fix opcode and function nesting
Zack Rusin
2014-02-03
2
-157
/
+317
*
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
7
-96
/
+170
*
mesa: move glBlitFramebuffer code into new blit.c file
Brian Paul
2014-02-02
7
-478
/
+555
*
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
*
gallivm: add a few const qualifiers
Brian Paul
2014-02-02
2
-4
/
+4
*
translate: reindent translate_sse.c
Brian Paul
2014-02-02
1
-472
/
+474
*
mesa: make _mesa_get_proxy_target() static
Brian Paul
2014-02-02
2
-8
/
+5
*
mesa: remove unused _mesa_select_tex_object() function
Brian Paul
2014-02-02
2
-27
/
+6
*
swrast: use _mesa_get_current_tex_object() in swrastSetTexBuffer2()
Brian Paul
2014-02-02
1
-3
/
+1
*
st/mesa: use _mesa_get_current_tex_object() in st_context_teximage()
Brian Paul
2014-02-02
1
-2
/
+2
*
mesa: use _mesa_get_current_tex_object() in GetTexLevelParameteriv()
Brian Paul
2014-02-02
1
-6
/
+3
*
radeon: use _mesa_get_current_tex_object() in radeonSetTexBuffer2()
Brian Paul
2014-02-02
1
-4
/
+2
*
r200: use _mesa_get_current_tex_object() in r200SetTexBuffer2()
Brian Paul
2014-02-02
1
-4
/
+2
*
build: move ARCH_LIBS definition outside of ASM definition
Paul Seidler
2014-02-01
1
-6
/
+6
*
dri: Add a useful error message if someone's packages missed libudev deps.
Eric Anholt
2014-02-01
1
-0
/
+5
*
dri: Also support the loader with libudev.so.0.
Eric Anholt
2014-02-01
1
-0
/
+10
*
freedreno: better manage our WFI's
Rob Clark
2014-02-01
7
-24
/
+36
*
freedreno/a3xx: add logicop
Rob Clark
2014-02-01
3
-6
/
+27
*
freedreno/a3xx: handle frag z write
Rob Clark
2014-02-01
7
-25
/
+53
*
freedreno: resync generated headers
Rob Clark
2014-02-01
4
-9
/
+39
*
freedreno/a3xx: fix const confusion
Rob Clark
2014-02-01
2
-9
/
+9
*
freedreno/a3xx/compiler: compiler cleanups
Rob Clark
2014-02-01
7
-145
/
+198
[next]