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
*
st_glsl_to_tgsi: use calloc the way it's meant to be used
Nicolai Hähnle
2016-08-17
1
-1
/
+1
*
i965/fs: Estimate maximum sampler message execution size more accurately.
Francisco Jerez
2016-08-16
1
-37
/
+72
*
i965/fs: Return zero from fs_inst::components_read for non-present sources.
Francisco Jerez
2016-08-16
1
-2
/
+5
*
i965/fs: Lower TEX to TXL during NIR translation.
Francisco Jerez
2016-08-16
2
-14
/
+6
*
st/mesa: use pipe var instead of st->pipe in st_create_context_priv()
Brian Paul
2016-08-16
1
-4
/
+4
*
mesa: Remove duplicate include.
Mathias Fröhlich
2016-08-15
1
-1
/
+0
*
vbo: Remove always true return from vbo_bind_arrays.
Mathias Fröhlich
2016-08-15
2
-26
/
+12
*
mesa: Move check for vbo mapping into api_validate.c.
Mathias Fröhlich
2016-08-15
2
-7
/
+8
*
mesa: Move _mesa_all_buffers_are_unmapped to arrayobj.c.
Mathias Fröhlich
2016-08-15
3
-35
/
+33
*
vbo: Array draw must not care about glBegin/glEnd vbo mapping.
Mathias Fröhlich
2016-08-15
1
-17
/
+1
*
vbo: allow DrawElementsBaseVertex in display lists
Ilia Mirkin
2016-08-14
1
-5
/
+13
*
st/mesa: provide GL_OES_copy_image support by caching the original ETC data
Ilia Mirkin
2016-08-12
4
-38
/
+154
*
st/mesa: refactor duplicated etc fallback checks
Ilia Mirkin
2016-08-12
2
-6
/
+12
*
mesa: change state query return value for RGB565
Haixia Shi
2016-08-12
1
-2
/
+2
*
i965: Change 8X MSAA sample mapping
Anuj Phogat
2016-08-12
2
-6
/
+6
*
i965: Change 8x multisample positions
Anuj Phogat
2016-08-12
1
-23
/
+20
*
st/mesa: BufferData should flag NewDriverState
Marek Olšák
2016-08-12
1
-5
/
+5
*
st/mesa: don't update atomic, SSBO, UBO and TBO states that have no effect
Marek Olšák
2016-08-12
1
-3
/
+6
*
st/mesa: _NEW_TEXTURE & CONSTANTS shouldn't flag states that aren't used
Marek Olšák
2016-08-12
3
-8
/
+60
*
st/mesa: when changing shaders, only dirty states that are affected by them
Marek Olšák
2016-08-12
4
-91
/
+79
*
st/mesa: determine states used or affected by shaders at compile time
Marek Olšák
2016-08-12
3
-3
/
+189
*
st/mesa: remove TES/TCS/GS state dirtying optimization
Marek Olšák
2016-08-12
1
-8
/
+0
*
st/mesa: don't update clip state on VS changes if it has no effect
Marek Olšák
2016-08-12
4
-15
/
+16
*
st/mesa: don't update clip state if it has no effect
Marek Olšák
2016-08-12
3
-4
/
+9
*
swrast: fix active attribs with atifragshader
Miklós Máté
2016-08-11
1
-1
/
+2
*
i965/vec4: Make opt_vector_float reset at the top of each block
Jason Ekstrand
2016-08-10
1
-80
/
+82
*
prog_hash_table: Convert to using util/hash_table.h.
Eric Anholt
2016-08-10
2
-205
/
+54
*
prog_hash_table: Convert compare funcs to match util/hash_table.h.
Eric Anholt
2016-08-10
2
-7
/
+11
*
st/mesa: in ATI fs don't assume TEMP0=REG0
Miklós Máté
2016-08-10
1
-2
/
+3
*
st/mesa: set the ctx parameter of fence_finish
Marek Olšák
2016-08-10
1
-7
/
+18
*
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
2
-3
/
+3
*
st/mesa: use PIPE_USAGE_STREAM for GL_CLIENT_STORAGE_BIT without READ_BIT (v2)
Marek Olšák
2016-08-10
1
-3
/
+7
*
util: Move _mesa_fsl/util_last_bit into util/bitscan.h
Mathias Fröhlich
2016-08-09
9
-61
/
+16
*
st/mesa: define ST_NEW_ flags as uint64_t values, not enums
Brian Paul
2016-08-09
1
-4
/
+4
*
mesa: simplify ff fs generator a bit
Miklós Máté
2016-08-09
1
-8
/
+6
*
st/mesa: Make Gallium's BlitFramebuffer follow the GL 4.4 sRGB rules.
Kenneth Graunke
2016-08-08
1
-4
/
+16
*
meta: Make Meta's BlitFramebuffer() follow the GL 4.4 sRGB rules.
Kenneth Graunke
2016-08-08
1
-54
/
+30
*
i965: Make BLORP's BlitFramebuffer follow the GL 4.4 sRGB rules.
Kenneth Graunke
2016-08-08
1
-2
/
+5
*
i965: Make BLORP do sRGB encode/decode on ES 2 as well.
Kenneth Graunke
2016-08-08
1
-2
/
+2
*
Revert "st/mesa: use sRGB formats for MSAA resolving if destination is sRGB"
Kenneth Graunke
2016-08-08
1
-32
/
+0
*
i965: Drop the "do resolves in sRGB" hack.
Kenneth Graunke
2016-08-08
1
-24
/
+0
*
i965: Bail on the BLT path if BlitFramebuffer requires sRGB conversion.
Kenneth Graunke
2016-08-08
2
-2
/
+10
*
mesa: Skip ES 3.0/3.1 transform feedback primitive counting error.
Kenneth Graunke
2016-08-08
1
-1
/
+17
*
mesa: Share code between _mesa_validate_DrawArrays[_Instanced].
Kenneth Graunke
2016-08-08
1
-64
/
+25
*
mesa: Move tessellation shader gets to GL_CORE, GLES31 section.
Kenneth Graunke
2016-08-08
1
-33
/
+36
*
mesa: Add {OES,EXT}_tessellation_shader to the extensions table.
Kenneth Graunke
2016-08-08
2
-2
/
+9
*
mapi: Add PatchParameteriOES and PatchParameteriEXT.
Kenneth Graunke
2016-08-08
1
-0
/
+3
*
mesa: Copy bitmask of VBOs in the VAO on gl{Push,Pop}Attrib.
Mathias Fröhlich
2016-08-06
1
-0
/
+2
*
util: Move format_r11g11b10f.h to src/util
Jason Ekstrand
2016-08-05
6
-6
/
+6
*
util: Move format_rgb9e5.h to src/util
Jason Ekstrand
2016-08-05
5
-5
/
+5
[next]