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
*
mesa/formats: Use the correct swizzle parameter for the 11-bit EAC formats
Jason Ekstrand
2014-08-06
1
-4
/
+4
*
draw: fix clipvertex trouble if position comes from gs
Roland Scheidegger
2014-08-06
1
-1
/
+5
*
draw: don't run pipeline stages when gs has no position output
Roland Scheidegger
2014-08-06
2
-1
/
+5
*
dri/xmlconfig: s/uint/unsigned int/
Vinson Lee
2014-08-05
1
-2
/
+2
*
mesa include stdint.h in formats.h
Brian Paul
2014-08-05
1
-0
/
+1
*
mesa/texstore: Add a generic rgba integer texture upload path
Jason Ekstrand
2014-08-05
1
-479
/
+73
*
mesa/texstore: Add a generic float/normalized rgba texture upload path
Jason Ekstrand
2014-08-05
1
-1906
/
+98
*
mesa/texstore: Use _mesa_swizzle_and_convert when possible
Jason Ekstrand
2014-08-05
1
-15
/
+171
*
main/texstore: Split texture storage into three functions
Jason Ekstrand
2014-08-05
1
-71
/
+100
*
mesa/format_utils: Add a function to convert a mesa_format to an array format
Jason Ekstrand
2014-08-05
2
-0
/
+111
*
mesa/format_utils: Add a general format conversion function
Jason Ekstrand
2014-08-05
3
-0
/
+912
*
mesa/imports: Add a _mesa_half_is_negative helper function
Jason Ekstrand
2014-08-05
1
-0
/
+5
*
mesa/formats: Add layout and swizzle information
Jason Ekstrand
2014-08-05
3
-0
/
+86
*
mesa/formats: Remove IndexBits
Jason Ekstrand
2014-08-05
2
-3
/
+2
*
mesa/formats: Autogenerate the format_info structure from a CSV file
Jason Ekstrand
2014-08-05
4
-1738
/
+19
*
mesa/main: Add python code to generate the format_info structure
Jason Ekstrand
2014-08-05
1
-0
/
+181
*
mesa: Add python to parse the formats CSV file
Jason Ekstrand
2014-08-05
1
-0
/
+521
*
mesa: Add a format description CSV file
Jason Ekstrand
2014-08-05
1
-0
/
+282
*
util/tests/hash_table: Link against libmesautil instead of libmesa
Jason Ekstrand
2014-08-05
1
-4
/
+2
*
st/mesa: adjust Z coordinates for quad clearing
Brian Paul
2014-08-05
1
-2
/
+5
*
mesa: make vertex array type error checking a little more efficient
Brian Paul
2014-08-05
2
-30
/
+59
*
glsl_to_tgsi: Fix typo shader_program -> shader
Michel Dänzer
2014-08-05
1
-2
/
+1
*
meta: Disable dithering during glBlitFramebuffer
Neil Roberts
2014-08-05
1
-0
/
+3
*
libgl-xlib: drop duplicate mesautil from scons build
Emil Velikov
2014-08-05
1
-1
/
+0
*
llvmpipe/tests: automake: link against libmesautil.la
Emil Velikov
2014-08-05
1
-5
/
+6
*
gallium/tests: automake: link against libmesautil.la
Emil Velikov
2014-08-05
2
-0
/
+2
*
targets/omx: automake: link against libmesautil.la
Emil Velikov
2014-08-05
1
-0
/
+1
*
targets/xvmc: automake: link against libmesautil.la
Emil Velikov
2014-08-05
1
-0
/
+1
*
targets/clover: link against libmesautil.la
Jan Vesely
2014-08-05
1
-0
/
+1
*
gallivm: Fix build with latest LLVM
Jan Vesely
2014-08-05
1
-0
/
+8
*
targets/dri: link with mesautil
Roland Scheidegger
2014-08-05
1
-0
/
+1
*
gallium/docs: Document TEX2/TXL2/TXB2 instructions and fix up other tex doc
Roland Scheidegger
2014-08-05
1
-25
/
+102
*
gallivm: fix cube map array (and cube map shadow with bias) handling
Roland Scheidegger
2014-08-05
2
-29
/
+125
*
llvmpipe: implement support for cube map arrays
Roland Scheidegger
2014-08-05
5
-4
/
+16
*
egl: Fix OpenGL ES version checks in _eglParseContextAttribList()
Anuj Phogat
2014-08-04
1
-1
/
+4
*
meta: Fix datatype computation in get_temp_image_type()
Anuj Phogat
2014-08-04
1
-5
/
+4
*
meta: Move the call to _mesa_get_format_datatype() out of switch
Anuj Phogat
2014-08-04
1
-7
/
+3
*
meta: Use _mesa_get_format_bits() to get the GL_RED_BITS
Anuj Phogat
2014-08-04
1
-2
/
+3
*
meta: Initialize the variable in declaration statement
Anuj Phogat
2014-08-04
1
-3
/
+1
*
mesa: Allow GL_TEXTURE_CUBE_MAP target with compressed internal formats
Anuj Phogat
2014-08-04
1
-0
/
+1
*
mesa: Add gles3 condition for normalized internal formats in glCopyTexImage*()
Anuj Phogat
2014-08-04
1
-0
/
+15
*
mesa: Add utility function _mesa_is_enum_format_unorm()
Anuj Phogat
2014-08-04
2
-0
/
+74
*
mesa: Add gles3 error condition for GL_RGBA10_A2 buffer format in glCopyTexIm...
Anuj Phogat
2014-08-04
1
-18
/
+29
*
mesa: Add a gles3 error condition for sized internalformat in glCopyTexImage*()
Anuj Phogat
2014-08-04
1
-0
/
+46
*
mesa: Add a helper function _mesa_is_enum_format_unsized()
Anuj Phogat
2014-08-04
2
-0
/
+59
*
mesa: Don't allow snorm internal formats in glCopyTexImage*() in GLES3
Anuj Phogat
2014-08-04
1
-0
/
+11
*
mesa: Add utility function _mesa_is_enum_format_snorm()
Anuj Phogat
2014-08-04
2
-0
/
+40
*
mesa: Fix condition for using compressed internalformat in glCompressedTexIma...
Anuj Phogat
2014-08-04
1
-1
/
+8
*
mesa: Add error condition for using compressed internalformat in glTexStorage...
Anuj Phogat
2014-08-04
1
-0
/
+18
*
mesa: Turn target_can_be_compressed() in to a utility function
Anuj Phogat
2014-08-04
2
-6
/
+9
[next]