index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-31
gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
Nicolai Hähnle
1
-0
/
+1
2017-06-29
Android: use symlinks for driver loading
Rob Herring
1
-0
/
+1
2017-06-27
i915: use different CFLAGS/LIBS variables than i965/anv
Lionel Landwerlin
1
-1
/
+1
2017-06-14
gallium: add PIPE_CAP_BINDLESS_TEXTURE
Samuel Pitoiset
1
-0
/
+1
2017-06-08
i915g: Add blitter_context argument.
Vinson Lee
1
-1
/
+1
2017-06-02
gallium: Add a cap to check if the driver supports ARB_post_depth_coverage
Lyude
1
-0
/
+1
2017-05-17
gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
Marek Olšák
1
-0
/
+1
2017-05-11
Android: push driver build details to driver makefiles
Rob Herring
1
-0
/
+4
2017-05-10
gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
Marek Olšák
1
-0
/
+1
2017-05-10
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
3
-18
/
+5
2017-05-10
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
1
-2
/
+3
2017-04-20
gallium: fold u_trim_pipe_prim call from st/mesa to drivers
Marek Olšák
1
-0
/
+4
2017-04-14
gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
Nicolai Hähnle
1
-0
/
+1
2017-04-05
gallium: add PIPE_CAP_TGSI_BALLOT
Nicolai Hähnle
1
-0
/
+1
2017-04-05
gallium: add sparse buffer interface and capability
Nicolai Hähnle
1
-0
/
+1
2017-03-31
gallium: Add a cap to check if the driver supports fill_rectangle
Lyude
1
-0
/
+1
2017-04-01
gallium: remove support for predicates from TGSI (v2)
Marek Olšák
2
-3
/
+0
2017-03-31
gallium: add PIPE_CAP_TGSI CLOCK
Nicolai Hähnle
1
-0
/
+1
2017-03-15
gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
Marek Olšák
1
-0
/
+1
2017-03-08
gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()
Brian Paul
1
-1
/
+1
2017-03-08
gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()
Brian Paul
1
-1
/
+3
2017-02-25
gallium: remove PIPE_CAP_USER_INDEX_BUFFERS
Marek Olšák
1
-1
/
+0
2017-02-14
gallium: set pipe_context uploaders in drivers (v3)
Marek Olšák
1
-0
/
+6
2017-02-09
gallium: add separate PIPE_CAP_INT64_DIVMOD
Ilia Mirkin
1
-0
/
+1
2017-02-02
gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capability
Nicolai Hähnle
1
-1
/
+1
2017-01-27
gallium: Add integer 64 capability
Dave Airlie
1
-0
/
+1
2017-01-23
gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS
Ilia Mirkin
1
-0
/
+1
2017-01-16
gallium: add PIPE_CAP_TGSI_FS_FBFETCH
Ilia Mirkin
1
-0
/
+1
2017-01-05
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
2
-12
/
+0
2017-01-05
gallium: remove TGSI_OPCODE_ABS
Marek Olšák
2
-10
/
+0
2017-01-05
gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY
Marek Olšák
1
-0
/
+1
2016-12-01
gallium: support for native fence fd's
Rob Clark
1
-0
/
+1
2016-11-30
gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
Nicolai Hähnle
1
-0
/
+1
2016-10-22
gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
Ilia Mirkin
1
-0
/
+1
2016-10-12
gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS
Nicolai Hähnle
1
-0
/
+1
2016-10-10
i915g: fix incorrect gl_FragCoord value
Nicholas Bishop
1
-1
/
+6
2016-09-06
gallium: switch drivers to the slab allocator in src/util
Marek Olšák
4
-11
/
+11
2016-08-29
i915g: Fix typo in i915_translate_instruction()
Rhys Kidd
1
-1
/
+1
2016-08-29
gallium: Use enum pipe_shader_type in set_sampler_views()
Kai Wasserbäch
1
-1
/
+1
2016-08-29
gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)
Kai Wasserbäch
1
-1
/
+2
2016-08-23
gallium: add a cap to expose whether driver supports mixed color/zs bits
Ilia Mirkin
1
-0
/
+1
2016-08-16
gallium/i915: inline the util_clear() code into i915_clear_blitter()
Brian Paul
1
-3
/
+21
2016-08-10
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
1
-0
/
+1
2016-08-10
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
1
-4
/
+8
2016-07-23
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
4
-16
/
+15
2016-07-20
gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
Józef Kucia
1
-0
/
+1
2016-06-25
gallium: Add a cap for offset_units_unscaled
Axel Davy
1
-0
/
+1
2016-06-20
gallium: make constant_buffer const
Rob Clark
1
-1
/
+1
2016-06-18
gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all drivers
Ilia Mirkin
1
-0
/
+1
2016-06-07
i915: fix typo CAP.
Dave Airlie
1
-1
/
+1
[next]