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
*
i965/blorp: Use the isl_view from the blorp_surface_info
Jason Ekstrand
2016-08-17
1
-17
/
+1
*
i965/blorp: Get rid of brw_blorp_surface_info::width/height
Jason Ekstrand
2016-08-17
5
-44
/
+25
*
i965/blorp: Move surface offset calculations into a helper
Jason Ekstrand
2016-08-17
1
-32
/
+43
*
i965/blorp: Use ISL to compute image offsets
Jason Ekstrand
2016-08-17
1
-3
/
+91
*
i965/blorp: Add an isl_view to blorp_surface_info
Jason Ekstrand
2016-08-17
5
-53
/
+60
*
i965/blorp: Move intratile offset calculations out of surface state setup
Jason Ekstrand
2016-08-17
3
-29
/
+18
*
i965/blorp: Refactor interleaved multisample destination handling
Jason Ekstrand
2016-08-17
1
-37
/
+34
*
i965/blorp: Get rid of brw_blorp_surface_info::array_layout
Jason Ekstrand
2016-08-17
2
-10
/
+0
*
i965/blorp: Use isl_msaa_layout instead of intel_msaa_layout
Jason Ekstrand
2016-08-17
3
-104
/
+39
*
i965/blorp: Use the ISL aux_layout for deciding whether to do an MCS fetch
Jason Ekstrand
2016-08-17
2
-7
/
+11
*
i965/blorp: Get rid of brw_blorp_surface_info::num_samples
Jason Ekstrand
2016-08-17
6
-35
/
+31
*
i965/blorp: Make sample count asserts a bit more lazy
Jason Ekstrand
2016-08-17
1
-5
/
+5
*
i965/blorp: Get rid of brw_blorp_surface_info::map_stencil_as_y_tiled
Jason Ekstrand
2016-08-17
3
-39
/
+26
*
i965/blorp: Remove compute_tile_offsets
Jason Ekstrand
2016-08-17
2
-34
/
+5
*
i965/blorp: Create the isl_surf up-front
Jason Ekstrand
2016-08-17
2
-11
/
+19
*
i965/blorp/clear: Initialize surface info after allocating an MCS
Jason Ekstrand
2016-08-17
1
-6
/
+6
*
i965/miptree: Remove the stencil_as_y_tiled parameter from get_tile_masks
Jason Ekstrand
2016-08-17
4
-10
/
+8
*
mesa/st: use llabs instead of abs for long args (v2)
Francesco Ansanelli
2016-08-17
1
-1
/
+1
*
gallium: change pipe_image_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
2
-10
/
+5
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
2
-11
/
+7
*
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
[next]