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: don't use %s for PACKAGE_VERSION macro
Emil Velikov
2017-09-06
2
-4
/
+4
*
i965: expose RGBA visuals only on Android
Emil Velikov
2017-09-06
1
-1
/
+22
*
mesa/st/st_glsl_to_tgsi_temprename.cpp: Fix compilation with MSVC
Gert Wollny
2017-09-06
1
-1
/
+9
*
mesa/st: glsl_to_tgsi: tie in new temporary register merge approach
Gert Wollny
2017-09-06
1
-50
/
+16
*
mesa/st: glsl_to_tgsi: Add test set for evaluation of rename mapping
Gert Wollny
2017-09-06
1
-0
/
+169
*
mesa/st: glsl_to_tgsi: add register rename mapping evaluator
Gert Wollny
2017-09-06
3
-5
/
+137
*
mesa/st: glsl_to_tgsi: add tests for the new temporary lifetime tracker
Gert Wollny
2017-09-06
5
-4
/
+1482
*
mesa/st: glsl_to_tgsi: implement new temporary register lifetime tracker
Gert Wollny
2017-09-06
3
-0
/
+943
*
mesa/st: glsl_to_tgsi move some helper classes to extra files
Gert Wollny
2017-09-06
4
-287
/
+368
*
st_glsl_to_tgsi: rewrite rename registers to use array fully.
Dave Airlie
2017-09-06
1
-29
/
+26
*
mesa/main: Fix GetTextureImage error reporting
Iago Toral Quiroga
2017-09-06
1
-1
/
+1
*
mesa/mtypes: repack gl_sampler_object.
Dave Airlie
2017-09-06
1
-1
/
+1
*
mesa/mtypes: repack gl_texture_object.
Dave Airlie
2017-09-06
1
-5
/
+5
*
mesa/mtypes: repack gl_shader_program_data.
Dave Airlie
2017-09-06
1
-3
/
+3
*
mesa/mtypes: reorganise gl_shader
Dave Airlie
2017-09-06
1
-4
/
+5
*
mesa/mtypes: repack display list structs.
Dave Airlie
2017-09-06
1
-3
/
+2
*
mesa/mtypes: reduce size of gl_sync_object.
Dave Airlie
2017-09-06
1
-1
/
+1
*
mesa/mtypes: reorg vertex/fragment program state.
Dave Airlie
2017-09-06
1
-6
/
+6
*
mesa/bindless: reorder gl_bindless_image gl_bindless_sampler.
Dave Airlie
2017-09-06
1
-6
/
+6
*
vbo: fix build errors on android
Tapani Pälli
2017-09-05
1
-1
/
+1
*
st/glsl_to_tgsi: inline src_register into translate_src
Nicolai Hähnle
2017-09-04
1
-75
/
+77
*
st/glsl_to_tgsi: ir_load_ubo always has a second index
Nicolai Hähnle
2017-09-04
1
-2
/
+1
*
st/drawpixels: always use two-dimensional constant references
Nicolai Hähnle
2017-09-04
1
-0
/
+2
*
st/mesa: fix view template initialization in try_pbo_readpixels
Roland Scheidegger
2017-09-03
1
-1
/
+1
*
genxml: Make Border Color Pointer an address on Gen4-5, not an offset.
Kenneth Graunke
2017-09-02
1
-6
/
+4
*
i965: Inline emit_reloc in __genx_combine_address
Kenneth Graunke
2017-09-02
1
-12
/
+5
*
i965: Fix crash in fallback GTT mapping.
Kenneth Graunke
2017-09-02
1
-2
/
+4
*
i965: Fix state flagging of Gen6 SOL programs.
Kenneth Graunke
2017-09-02
2
-19
/
+6
*
i965: Drop useless gen6_brw_upload_ff_gs_prog() wrapper.
Kenneth Graunke
2017-09-02
3
-7
/
+1
*
i965: Move BATCH_SZ define into intel_batchbuffer.c.
Kenneth Graunke
2017-09-01
2
-1
/
+2
*
i965: Drop batch_size argument from brw_bufmgr_init().
Kenneth Graunke
2017-09-01
3
-4
/
+3
*
i965: Rename brw_bo::offset64 to gtt_offset.
Chris Wilson
2017-09-01
3
-12
/
+35
*
i965: Drop the BRW_BATCH_STRUCT macro.
Kenneth Graunke
2017-09-01
2
-4
/
+1
*
i965: Don't double count the batch in aperture_space.
Kenneth Graunke
2017-09-01
1
-1
/
+1
*
st/mesa: only try to create 1x msaa surfaces for "fake" msaa drivers
Brian Paul
2017-08-31
3
-14
/
+24
*
vbo: fix offset in minmax cache key
Charmaine Lee
2017-08-30
1
-3
/
+5
*
i965: Use BLORP for buffer object stall avoidance blits instead of BLT.
Kenneth Graunke
2017-08-30
1
-11
/
+11
*
i965: Always flush caches after blitting to a GL buffer object.
Kenneth Graunke
2017-08-30
1
-1
/
+3
*
i965: Add PIPE_CONTRTOL_DATA_CACHE flush to brw_emit_mi_flush().
Kenneth Graunke
2017-08-30
1
-0
/
+1
*
i965: Add a brw_blorp_copy_buffers() command.
Kenneth Graunke
2017-08-30
2
-0
/
+29
*
i965: drop unused brw->needs_unlit_centroid_workaround
Lionel Landwerlin
2017-08-30
2
-11
/
+0
*
i965: drop brw->has_surface_tile_offset in favor of devinfo's
Lionel Landwerlin
2017-08-30
5
-8
/
+9
*
i965: drop unused brw->no_simd8
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop unused brw->has_pln
Lionel Landwerlin
2017-08-30
2
-2
/
+0
*
i965: drop brw->must_use_separate_stencil in favor of devinfo's
Lionel Landwerlin
2017-08-30
4
-4
/
+5
*
i965: drop unused brw->has_negative_rhw_bug
Lionel Landwerlin
2017-08-30
2
-2
/
+0
*
i965: drop unused brw->has_compr4
Lionel Landwerlin
2017-08-30
2
-2
/
+0
*
i965: drop brw->has_llc in favor of devinfo->has_llc
Lionel Landwerlin
2017-08-30
7
-8
/
+8
*
i965: drop brw->is_broxton
Lionel Landwerlin
2017-08-30
4
-5
/
+2
*
i965: drop brw->is_cherryview in favor of devinfo->is_cherryview
Lionel Landwerlin
2017-08-30
3
-4
/
+4
[next]