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
*
i965: fix struct type in comment
Timothy Arceri
2016-04-11
1
-1
/
+1
*
i965: enable OES_texture_buffer on gen7+
Ilia Mirkin
2016-04-10
1
-0
/
+1
*
i965/disasm: Decode per-slot offsets.
Kenneth Graunke
2016-04-09
1
-0
/
+5
*
i965/disasm: Decode "channel mask present" bit correctly.
Kenneth Graunke
2016-04-09
1
-4
/
+15
*
i965/disasm: Simplify the URB opcode printing with ?:.
Kenneth Graunke
2016-04-09
1
-7
/
+6
*
i965/tiled_memcopy: Get rid of the direction parameter to get_memcpy
Jason Ekstrand
2016-04-08
5
-22
/
+5
*
i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functions
Jason Ekstrand
2016-04-08
1
-76
/
+63
*
i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling functions
Jason Ekstrand
2016-04-08
1
-32
/
+43
*
i965: Check eu/subslices are > 0
Ben Widawsky
2016-04-08
1
-1
/
+1
*
i965: Fix eu/subslice warning
Ben Widawsky
2016-04-08
1
-11
/
+23
*
i965: Extract SSEU configuration info
Ben Widawsky
2016-04-08
1
-14
/
+21
*
st/mesa: fix glReadBuffer() assertion failure
Brian Paul
2016-04-08
1
-0
/
+2
*
st/glsl_to_tgsi: make samplers_used an uint32_t (v2)
Nicolai Hähnle
2016-04-07
1
-3
/
+5
*
mesa/st: Update framebuffer state with no.of samples,layers
Edward O'Callaghan
2016-04-07
1
-3
/
+5
*
mesa/st: Set _NumSamples in update_framebuffer_state()
Edward O'Callaghan
2016-04-07
1
-0
/
+46
*
gallium: Obtain ARB_framebuffer_no_attachment constants
Edward O'Callaghan
2016-04-07
1
-0
/
+28
*
mesa/st: Use _mesa_geometric_ functions appropriately
Edward O'Callaghan
2016-04-07
4
-8
/
+15
*
mesa: Add comment to framebuffer_parameteri()
Edward O'Callaghan
2016-04-07
1
-0
/
+5
*
i965/sf_state: Pull flat_enables out of prog_data
Jason Ekstrand
2016-04-06
4
-27
/
+5
*
i965/fs: Add a flat_inputs field to prog_data
Jason Ekstrand
2016-04-06
2
-0
/
+37
*
brw/device_info: Add a helper for getting a device name
Jason Ekstrand
2016-04-06
2
-0
/
+13
*
i965/fs_surface_builder: Mask signed integers after conversion
Jason Ekstrand
2016-04-06
1
-0
/
+18
*
i965/fs: Make the repclear shader support either a uniform or a flat input
Jason Ekstrand
2016-04-06
1
-5
/
+18
*
i965: Move get_hw_prim_for_gl_prim to brw_util.c
Jason Ekstrand
2016-04-06
2
-29
/
+28
*
drirc: add a workaround for blackness in Warsow
Marek Olšák
2016-04-06
1
-0
/
+8
*
mesa: remove unused IsShaderStorage field
Timothy Arceri
2016-04-06
1
-5
/
+0
*
glsl: fully split apart buffer block arrays
Timothy Arceri
2016-04-06
5
-58
/
+19
*
i965/fs: Move the code for load/store_shared to emit_cs_intrinsic
Jason Ekstrand
2016-04-04
1
-76
/
+76
*
i965/nir: Provide a default LOD for buffer textures
Jason Ekstrand
2016-04-04
2
-0
/
+8
*
i965: Fix invalid pointer read in dead_control_flow_eliminate().
Kenneth Graunke
2016-04-04
1
-0
/
+4
*
i965: Make bblock_t::next and friends return NULL at sentinels.
Kenneth Graunke
2016-04-04
2
-1
/
+13
*
i965/peephole_ffma: Only match a mul+add if none of the ops are exact
Jason Ekstrand
2016-04-04
1
-0
/
+11
*
i965: Add an INTEL_PRECISE_TRIG=1 option to fix SIN/COS output range.
Kenneth Graunke
2016-04-04
4
-4
/
+36
*
i965: Allow 8x MSAA on >= 64bpp formats on Gen8+.
Kenneth Graunke
2016-04-04
1
-1
/
+2
*
mesa/get: fix MAX_GEOMETRY_SHADER_STORAGE_BLOCKS
Dave Airlie
2016-04-04
1
-1
/
+1
*
mesa: expose EXT_base_instance in ES3 contexts
Ilia Mirkin
2016-04-03
3
-1
/
+7
*
mesa: expose EXT_polygon_offset_clamp in ES contexts
Ilia Mirkin
2016-04-03
3
-4
/
+10
*
mesa: add always-false-for-now enables for GL 4.3, 4.4, 4.5.
Ilia Mirkin
2016-04-03
1
-2
/
+49
*
mesa: add ES3_1_compatibility extension enable
Ilia Mirkin
2016-04-03
2
-0
/
+2
*
mesa: remove unrequired else
Timothy Arceri
2016-04-03
1
-42
/
+39
*
glsl: store stage reference in gl_uniform_block
Timothy Arceri
2016-04-02
3
-15
/
+4
*
glsl: Fix prorgram interface query locations biasing for SSO.
Kenneth Graunke
2016-04-01
1
-8
/
+3
*
glsl: Return -1 for program interface query locations in many cases.
Kenneth Graunke
2016-04-01
1
-53
/
+9
*
glsl: Consolidate gl_VertexIDMESA -> gl_VertexID query hacks.
Kenneth Graunke
2016-04-01
1
-17
/
+0
*
glsl: Add all system variables to the input resource list.
Kenneth Graunke
2016-04-01
1
-8
/
+1
*
mesa: Make _mesa_choose_tex_format() handle stencil textures.
Kenneth Graunke
2016-04-01
1
-0
/
+5
*
gallium: distinguish between shader IR in get_compute_param
Bas Nieuwenhuizen
2016-04-02
1
-6
/
+7
*
gallium: add threads per block TGSI property
Bas Nieuwenhuizen
2016-04-02
1
-0
/
+18
*
gallium: add compute shader IR type
Bas Nieuwenhuizen
2016-04-02
1
-0
/
+1
*
i965: Add an implemnetation of nir_op_fquantize2f16
Jason Ekstrand
2016-04-01
2
-0
/
+53
[next]