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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/vs: Grow the param array for clip planes
Jason Ekstrand
2017-10-12
1
-5
/
+0
*
intel/cs: Grow prog_data::param on-demand for thread_local_id_index
Jason Ekstrand
2017-10-12
1
-3
/
+0
*
intel/compiler: Stop adding params for texture sizes
Jason Ekstrand
2017-10-12
2
-6
/
+0
*
i965: Only add the wpos state reference if we lowered something
Jason Ekstrand
2017-10-12
1
-6
/
+6
*
intel/compiler: Add a flag for pull constant support
Jason Ekstrand
2017-10-12
1
-0
/
+1
*
i965: Store image_param in brw_context instead of prog_data
Jason Ekstrand
2017-10-12
12
-41
/
+15
*
i965: Use prog->info.num_images for needs_dc computation
Jason Ekstrand
2017-10-12
1
-2
/
+3
*
intel: Rewrite the world of push/pull params
Jason Ekstrand
2017-10-12
10
-82
/
+155
*
i965: Get rid of gen7_cs_state.c
Jason Ekstrand
2017-10-12
6
-177
/
+145
*
i965: Add a helper for populating constant buffers
Jason Ekstrand
2017-10-12
3
-12
/
+33
*
i965: Move brw_upload_pull_constants to gen6_constant_state.c
Jason Ekstrand
2017-10-12
3
-64
/
+65
*
meta: Delete the PBO texsubimage path for real
Jason Ekstrand
2017-10-12
2
-496
/
+0
*
compiler/blob: Switch to init/finish instead of create/destroy
Jason Ekstrand
2017-10-12
1
-11
/
+12
*
compiler: Move blob up a level
Jason Ekstrand
2017-10-12
1
-1
/
+1
*
i965: Share the flush for brw_blorp_miptree_download into a pbo
Chris Wilson
2017-10-12
3
-31
/
+24
*
meta: Delete the PBO texture upload/download path
Jason Ekstrand
2017-10-12
4
-97
/
+0
*
i965: Use blorp instead of meta for PBO pixel reads
Jason Ekstrand
2017-10-12
1
-9
/
+51
*
i965: Use blorp instead of meta for PBO texture downloads
Jason Ekstrand
2017-10-12
1
-4
/
+29
*
i965/tex: Use blorp texture upload for all CCS_E textures
Jason Ekstrand
2017-10-12
1
-1
/
+2
*
i965: Use blorp instead of meta for PBO texture uploads
Jason Ekstrand
2017-10-12
1
-4
/
+30
*
i965: Add blorp-based texture upload and download paths
Jason Ekstrand
2017-10-12
2
-0
/
+362
*
i965: Refactor y-flipping coordinate transform.
Kenneth Graunke
2017-10-12
1
-7
/
+11
*
i965/tex: Check if there is data to upload up-front
Jason Ekstrand
2017-10-12
1
-0
/
+4
*
i965/barrier: Do the correct flushes for framebuffer access
Jason Ekstrand
2017-10-12
1
-1
/
+1
*
i965/barrier: Do the correct flushes for texture updates
Jason Ekstrand
2017-10-12
1
-2
/
+4
*
i965: Ignore GL_SKIP_DECODE_EXT for textures accessed via texelFetch().
Kenneth Graunke
2017-10-12
1
-1
/
+5
*
meta: Unset the textures_used_by_txf bitfield.
Kenneth Graunke
2017-10-12
1
-0
/
+13
*
compiler: Move gl_program::TexelFetchSamplers to shader_info.
Kenneth Graunke
2017-10-12
3
-3
/
+3
*
mesa/bufferobj: fix atomic offset/size get
Dave Airlie
2017-10-13
1
-2
/
+4
*
mesa: Disallow GL_RED/GL_RG with half-floats on GLES2.
Eric Anholt
2017-10-12
1
-0
/
+4
*
st/glsl_to_tgsi: the second destination doesn't support relative addressing
Nicolai Hähnle
2017-10-11
1
-5
/
+2
*
st/glsl_to_tgsi: fix DFRACEXP with only one destination
Nicolai Hähnle
2017-10-11
1
-15
/
+23
*
st/glsl_to_tgsi: fix indirect access to 64-bit integer
Nicolai Hähnle
2017-10-11
1
-1
/
+1
*
st/mesa: don't assign prog->ShadowSamplers
Nicolai Hähnle
2017-10-11
2
-5
/
+0
*
st/glsl_to_tgsi: ignore GL_TEXTURE_SRGB_DECODE_EXT for samplers used with tex...
Nicolai Hähnle
2017-10-11
8
-17
/
+63
*
st/mesa: store state that affects sampler views per context
Nicolai Hähnle
2017-10-11
4
-41
/
+44
*
i965: Drop brw_bo_alloc in ARB_indirect_parameters implementation.
Kenneth Graunke
2017-10-11
1
-1
/
+1
*
i965: Allow mapped VBOs during drawing in non-debug contexts.
Kenneth Graunke
2017-10-11
1
-0
/
+3
*
i965: Make brw_update_texture_surface static.
Kenneth Graunke
2017-10-11
2
-5
/
+1
*
mesa/st: fix atomic buffer sizing to align with ssbo.
Dave Airlie
2017-10-11
1
-0
/
+6
*
mesa/bufferobj: consolidate some buffer binding code.
Dave Airlie
2017-10-11
1
-42
/
+35
*
mesa/bufferobj: consolidate some codepaths between ubo/ssbo/atomics.
Dave Airlie
2017-10-11
1
-102
/
+47
*
mesa: rename various buffer bindings to one struct.
Dave Airlie
2017-10-11
7
-45
/
+20
*
mesa: align atomic buffer handling code with ubo/ssbo (v1.1)
Dave Airlie
2017-10-11
2
-44
/
+92
*
main/format: skip format conversion if src and dst format are equal
Karol Herbst
2017-10-10
1
-0
/
+14
*
mesa: Make _mesa_get_format_bytes handle array formats.
Jason Ekstrand
2017-10-10
1
-0
/
+5
*
i965: Disable auxiliary buffers when there are self-dependencies.
Kenneth Graunke
2017-10-10
3
-25
/
+37
*
mesa: Alphabetize GL_MESA_tile_raster_order in the extensions list.
Eric Anholt
2017-10-10
1
-1
/
+1
*
mesa: Implement a new GL_MESA_tile_raster_order extension.
Eric Anholt
2017-10-10
7
-0
/
+62
*
mesa: move _mesa_half_is_negative() to half_float.h
Brian Paul
2017-10-10
1
-6
/
+0
[next]