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
...
*
compiler: Store the clip/cull distance array sizes in shader_info.
Kenneth Graunke
2016-11-19
1
-1
/
+2
*
i965: Fix GS push inputs with enhanced layouts.
Kenneth Graunke
2016-11-19
1
-1
/
+1
*
i965: Delete unused variable.
Kenneth Graunke
2016-11-19
1
-2
/
+0
*
intel: Share URB configuration code between GL and Vulkan.
Kenneth Graunke
2016-11-19
1
-138
/
+4
*
i965: Use arrays in Gen7+ URB code.
Kenneth Graunke
2016-11-19
1
-202
/
+134
*
i965: Drop brw->urb.{nr_*_entries,*_start} assignments from gen7_urb.c.
Kenneth Graunke
2016-11-19
1
-17
/
+8
*
i965: Switch to roundf in HS/DS URB code.
Kenneth Graunke
2016-11-19
1
-2
/
+2
*
i965: Make URB code use prog_data for GS/tessellation enable checks.
Kenneth Graunke
2016-11-19
1
-6
/
+4
*
intel: Convert devinfo->urb.min_*_entries into an array.
Kenneth Graunke
2016-11-19
2
-5
/
+7
*
intel: Convert devinfo->urb.max_*_entries into an array.
Kenneth Graunke
2016-11-19
2
-14
/
+20
*
st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...
Timothy Arceri
2016-11-19
23
-151
/
+147
*
mesa: create new gl_shader_program_data struct
Timothy Arceri
2016-11-19
3
-0
/
+69
*
i965: Disable depth writes when depth test is GL_EQUAL.
Kenneth Graunke
2016-11-18
8
-8
/
+28
*
glsl/i965: move per stage AtomicBuffers list to gl_program
Timothy Arceri
2016-11-19
9
-44
/
+21
*
glsl: create gl_program at the start of linking rather than the end
Timothy Arceri
2016-11-19
4
-29
/
+4
*
st/mesa/i965: simplify gl_program references and stop leaking
Timothy Arceri
2016-11-19
4
-13
/
+11
*
mesa/fbobject: Update CubeMapFace when reusing textures
Nanley Chery
2016-11-18
1
-0
/
+1
*
mesa: add NV_image_formats extension support
Lionel Landwerlin
2016-11-18
2
-6
/
+17
*
mesa: fix old classic drivers to use ralloc for ARB asm programs
Timothy Arceri
2016-11-18
2
-6
/
+5
*
st/mesa: silence warnings in optimized builds
Nicolai Hähnle
2016-11-18
1
-2
/
+2
*
st/mesa: remove a redundant call to _mesa_is_multisample_enabled
Nicolai Hähnle
2016-11-18
1
-1
/
+1
*
mesa/main: consider multisampling enabled when number of samples == 1
Nicolai Hähnle
2016-11-18
1
-1
/
+1
*
i965: Delete fs_visitor::nir_setup_single_output_varying prototype.
Kenneth Graunke
2016-11-18
1
-2
/
+0
*
mesa: fix empty program log length
Tapani Pälli
2016-11-18
2
-3
/
+6
*
i965/gen7: Minify blit size for stencil tree copy
Jordan Justen
2016-11-17
1
-2
/
+4
*
mesa: Drop PATH_MAX usage.
Kenneth Graunke
2016-11-17
2
-34
/
+15
*
i965: Fix compute shader crash.
Kenneth Graunke
2016-11-17
1
-1
/
+1
*
intel/blorp: Properly handle color compression in blorp_copy
Jason Ekstrand
2016-11-17
1
-2
/
+4
*
i965/blorp: Rework resolve handling
Jason Ekstrand
2016-11-17
1
-92
/
+88
*
intel/blorp: Take a fast_clear_op in ccs_resolve
Jason Ekstrand
2016-11-17
1
-1
/
+14
*
intel/blorp: Add plumbing for color resolve slice details
Pohjolainen, Topi
2016-11-17
1
-1
/
+1
*
mesa: Add missing call to _mesa_unlock_debug_state(ctx); v2
Tom Stellard
2016-11-17
1
-1
/
+3
*
st/mesa/r200/i915/i965: move ARB program fields into a union
Timothy Arceri
2016-11-17
25
-307
/
+319
*
st/mesa: stop initialing Instructions and NumInstructions
Timothy Arceri
2016-11-17
2
-6
/
+0
*
mesa: make use of ralloc when creating ARB asm gl_program fields
Timothy Arceri
2016-11-17
14
-74
/
+60
*
mesa: remove unused Comment field in prog_instruction
Timothy Arceri
2016-11-17
3
-38
/
+12
*
i965: get num_abos from shader_info rather than gl_linked_shader
Timothy Arceri
2016-11-17
7
-15
/
+24
*
mesa/glsl: copy num_abos to gl_program
Timothy Arceri
2016-11-17
1
-0
/
+1
*
i965: get num_images from shader_info rather than gl_linked_shader
Timothy Arceri
2016-11-17
14
-35
/
+46
*
mesa/glsl: copy num_images to gl_program
Timothy Arceri
2016-11-17
1
-0
/
+2
*
i965: only try print GLSL IR once when using INTEL_DEBUG to dump ir
Timothy Arceri
2016-11-17
9
-37
/
+21
*
Partial revert "i965: "Fix" aux offsets"
Ben Widawsky
2016-11-16
1
-2
/
+1
*
i965: "Fix" aux offsets
Ben Widawsky
2016-11-16
1
-2
/
+3
*
intel/isl: Add some basic info about RENDER_SURFACE_STATE to isl_device
Jason Ekstrand
2016-11-16
1
-31
/
+25
*
mesa: if MESA_DEBUG=context, create a debug context
Brian Paul
2016-11-16
4
-2
/
+27
*
st/mesa: swap bytes in the fallback format translation path of GetTexImage
Nicolai Hähnle
2016-11-16
1
-0
/
+6
*
st/mesa: simplify and fix st_GetTexSubImage
Nicolai Hähnle
2016-11-16
1
-49
/
+24
*
st/mesa: fix SINT <-> UINT conversion during PBO upload / download
Nicolai Hähnle
2016-11-16
5
-22
/
+89
*
st/mesa: change st_pbo_create_upload_fs to st_pbo_get_upload_fs
Nicolai Hähnle
2016-11-16
3
-10
/
+11
*
st/mesa: fix ReadPixels into packed formats with PBO
Nicolai Hähnle
2016-11-16
1
-2
/
+1
[prev]
[next]