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
*
mesa/dri: always link against shared glapi
Emil Velikov
2017-05-12
1
-7
/
+9
*
i965/vec4: don't modify regioning parameters to the sources of DF align1 inst...
Samuel Iglesias Gonsálvez
2017-05-12
1
-8
/
+1
*
i965/vec4: fix register width for DF VGRF and UNIFORM
Samuel Iglesias Gonsálvez
2017-05-12
1
-5
/
+7
*
i965/vec4: fix vertical stride to avoid breaking region parameter rule
Samuel Iglesias Gonsálvez
2017-05-12
1
-16
/
+30
*
st/mesa: move duplicated st_ws_framebuffer() function into header file
Brian Paul
2017-05-10
3
-28
/
+18
*
mesa: validate sampler type across the whole program
Timothy Arceri
2017-04-26
3
-6
/
+24
*
st/mesa: automake: honour the vdpau header install location
Emil Velikov
2017-04-26
1
-0
/
+1
*
i965/vec4: Avoid reswizzling MACH instructions in opt_register_coalesce().
Kenneth Graunke
2017-04-26
1
-0
/
+7
*
intel/fs: Take into account amount of data read in spilling cost heuristic.
Francisco Jerez
2017-04-26
1
-1
/
+1
*
intel/fs: Use regs_written() in spilling cost heuristic for improved accuracy.
Francisco Jerez
2017-04-26
1
-2
/
+1
*
st/mesa: invalidate the readpix cache in st_indirect_draw_vbo
Marek Olšák
2017-04-26
1
-0
/
+2
*
vbo: fix gl_DrawID handling in glMultiDrawArrays
Nicolai Hähnle
2017-04-26
1
-6
/
+15
*
mesa: move glMultiDrawArrays to vbo and fix error handling
Nicolai Hähnle
2017-04-26
5
-18
/
+126
*
mesa: extract need_xfb_remaining_prims_check
Nicolai Hähnle
2017-04-26
1
-20
/
+28
*
mesa: fix remaining xfb prims check for GLES with multiple instances
Nicolai Hähnle
2017-04-26
1
-1
/
+1
*
i965: Set kernel features before computing max GL version.
Kenneth Graunke
2017-04-12
1
-24
/
+24
*
i965: Skip register write detection when possible.
Kenneth Graunke
2017-04-12
1
-2
/
+8
*
i965: Set screen->cmd_parser_version to 0 if we can't write registers.
Kenneth Graunke
2017-04-12
1
-6
/
+11
*
i965: Document the sad story of the kernel command parser.
Kenneth Graunke
2017-04-12
1
-0
/
+97
*
i965/blorp: Bump the batch space estimate
Jason Ekstrand
2017-04-12
1
-1
/
+1
*
i965/blorp: Align vertex buffers to 64B
Jason Ekstrand
2017-04-12
1
-1
/
+13
*
i965/fs: Always provide a default LOD of 0 for TXS and TXL
Jason Ekstrand
2017-04-12
1
-9
/
+9
*
st: Add cubeMapFace parameter to st_finalize_texture.
Michal Srb
2017-04-12
6
-7
/
+9
*
i965/fs: Don't emit SEL instructions for type-converting MOVs.
Matt Turner
2017-03-29
1
-0
/
+2
*
mesa/main: fix MultiDrawElements[BaseVertex] validation of primcount
Nicolai Hähnle
2017-03-29
2
-3
/
+23
*
i965: Fall back to GL 4.2/4.3 on Haswell if the kernel isn't new enough.
Kenneth Graunke
2017-03-29
1
-2
/
+9
*
intel: Correct the BDW surface state size
Nanley Chery
2017-03-29
1
-3
/
+2
*
st/mesa: set result writemask based on ir type
Ilia Mirkin
2017-03-29
1
-0
/
+1
*
i965/gen8+: Do full stall when switching pipeline
Topi Pohjolainen
2017-03-29
1
-1
/
+2
*
i965: move brw_define.h ifndef guard to the top
Emil Velikov
2017-03-16
1
-3
/
+3
*
mesa: Avoid read of uninitialized variable
Robert Foss
2017-03-15
1
-1
/
+1
*
st/mesa: inform the driver of framebuffer changes before compute dispatches
Nicolai Hähnle
2017-03-15
1
-1
/
+9
*
st/glsl_to_tgsi: avoid iterating past the head of the instruction list
Nicolai Hähnle
2017-03-15
1
-2
/
+9
*
i965/fs: emit MOV_INDIRECT with the source with the right register type
Samuel Iglesias Gonsálvez
2017-03-15
1
-1
/
+1
*
i965/fs: fix source type when emitting MOV_INDIRECT to read ICP handles
Samuel Iglesias Gonsálvez
2017-03-15
1
-3
/
+3
*
i965/fs: fix indirect load DF uniforms on BSW/BXT
Samuel Iglesias Gonsálvez
2017-03-15
1
-21
/
+20
*
i965/fs: detect different bit size accesses to uniforms to push them in prope...
Samuel Iglesias Gonsálvez
2017-03-15
1
-16
/
+34
*
i965/fs: mark last DF uniform array element as 64 bit live one
Samuel Iglesias Gonsálvez
2017-03-15
1
-0
/
+3
*
st/mesa: set blend state for PBO readbacks
Marek Olšák
2017-03-15
1
-0
/
+6
*
st/mesa: reset sample_mask, min_sample, and render_condition for PBO ops
Marek Olšák
2017-03-15
2
-0
/
+13
*
intel/blorp: Explicitly flush all allocated state
Jason Ekstrand
2017-03-01
1
-0
/
+8
*
i965/fs: fix uninitialized memory access
Lionel Landwerlin
2017-03-01
1
-3
/
+2
*
i965/fs: Fix the inline nir_op_pack_double optimization
Jason Ekstrand
2017-03-01
1
-29
/
+0
*
mesa: Do (TCS && !TES) draw time validation in ES as well.
Kenneth Graunke
2017-02-23
1
-19
/
+26
*
i965/sampler_state: Set the "Base Mip Level" field on Sandy Bridge
Jason Ekstrand
2017-02-23
2
-1
/
+20
*
i965/sampler_state: Pass texObj into update_sampler_state
Jason Ekstrand
2017-02-23
1
-6
/
+4
*
i965/sampler_state: Clamp min/max LOD to 14 on gen7+
Jason Ekstrand
2017-02-23
1
-2
/
+5
*
st/mesa: don't pass compare mode for stencil-sampled textures
Ilia Mirkin
2017-02-23
1
-1
/
+1
*
Revert "i965: Disable guardband clipping in the smaller-than-viewport case."
Kenneth Graunke
2017-02-10
1
-31
/
+0
*
i965: Always scissor on Gen6-7.5 instead of disabling guardband.
Kenneth Graunke
2017-02-10
3
-48
/
+5
[next]