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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
mesa: Fix error condition for valid texture targets in glTexStorage* functions
Anuj Phogat
2014-08-04
1
-0
/
+7
*
glsl: Make it possible to ignore built-ins when matching signatures.
Kenneth Graunke
2014-08-04
4
-4
/
+4
*
mesa: Actually use the Mesa IR optimizer for ARB programs.
Kenneth Graunke
2014-08-04
1
-0
/
+7
*
mesa: Do not list inactive block members as active
Ian Romanick
2014-08-04
1
-6
/
+26
*
wmesa: link with mesautil
Brian Paul
2014-08-04
1
-0
/
+2
*
osmesa: link with mesautil
Brian Paul
2014-08-04
1
-0
/
+1
*
mesa/x86: put code in braces to silence declarations after code warning
Brian Paul
2014-08-04
1
-7
/
+9
*
xlib: fix missing mesautil build breakage
Brian Paul
2014-08-04
1
-0
/
+1
*
mesa/main: Use the RGB <-> sRGB conversion functions in libmesautil
Jason Ekstrand
2014-08-04
7
-185
/
+97
*
util: Gather some common macros
Jason Ekstrand
2014-08-04
6
-91
/
+9
*
util: Move the open-addressing linear-probing hash_table to src/util.
Kenneth Graunke
2014-08-04
24
-1282
/
+8
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
33
-29
/
+33
*
mesa/SConscript: Use Makefile.sources instead of duplicating the file lists
Jason Ekstrand
2014-08-04
2
-333
/
+11
*
mesa/st: Fix compiler warnings
Jan Vesely
2014-08-04
1
-5
/
+3
*
mesa/st: only convert AND(a, NOT(b)) into MAD when not using native integers
Ilia Mirkin
2014-08-03
1
-1
/
+1
*
mesa/st: add support for dynamic ubo selection
Ilia Mirkin
2014-08-02
1
-28
/
+34
*
i965: Delete stale "pre-gen4" comment in texture validation code.
Kenneth Graunke
2014-08-02
1
-5
/
+0
*
i965: Delete sampler state structures.
Kenneth Graunke
2014-08-02
1
-99
/
+0
*
i965: Replace sizeof(struct gen7_sampler_state) with the size itself.
Kenneth Graunke
2014-08-02
4
-8
/
+8
*
i965: Drop sizeof(struct brw_sampler_state) from estimated prim size.
Kenneth Graunke
2014-08-02
1
-3
/
+3
*
i965: Make BLORP use brw_emit_sampler_state().
Kenneth Graunke
2014-08-02
3
-95
/
+33
*
i965: Delete redundant sampler state dumping code.
Kenneth Graunke
2014-08-02
1
-34
/
+5
*
i965: Make some brw_sampler_state.c functions static again.
Kenneth Graunke
2014-08-02
2
-8
/
+2
*
i965: Stop using gen7_update_sampler_state; rm gen7_sampler_state.c.
Kenneth Graunke
2014-08-02
4
-194
/
+2
*
i965: Make brw_update_sampler_state use 8 bits for LOD fields on Gen7+.
Kenneth Graunke
2014-08-02
1
-3
/
+4
*
i965: Make brw_update_sampler_state() use brw_emit_sampler_state().
Kenneth Graunke
2014-08-02
1
-119
/
+92
*
i965: Introduce a function to emit a SAMPLER_STATE structure.
Kenneth Graunke
2014-08-02
2
-0
/
+93
*
i965: Add const to upload_default_color's sampler parameter.
Kenneth Graunke
2014-08-02
2
-2
/
+2
*
i965: Add #defines for SAMPLER_STATE fields.
Kenneth Graunke
2014-08-02
1
-0
/
+54
*
i965: Convert wrap mode #defines to an enum.
Kenneth Graunke
2014-08-02
1
-7
/
+9
*
i965: Delete gen7_upload_sampler_state_table and vtable mechanism.
Kenneth Graunke
2014-08-02
5
-70
/
+3
*
i965: Make brw_upload_sampler_state_table handle Gen7+ as well.
Kenneth Graunke
2014-08-02
3
-5
/
+49
*
i965: Shift brw_upload_sampler_state_table away from structures.
Kenneth Graunke
2014-08-02
1
-8
/
+15
*
i965: Push computation for sampler state batch offsets up a level.
Kenneth Graunke
2014-08-02
1
-10
/
+12
*
i965: Drop unused 'ss_index' parameter from gen7_update_sampler_state.
Kenneth Graunke
2014-08-02
1
-2
/
+2
*
i965: Stop storing sdc_offset in brw_stage_state.
Kenneth Graunke
2014-08-02
3
-18
/
+13
*
i965: Drop the degenerate brw_sampler_default_color structure.
Kenneth Graunke
2014-08-02
3
-16
/
+8
[next]