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
/
drivers
/
dri
/
i965
/
brw_vec4_generator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/gs: Allow src0 immediates in GS_OPCODE_SET_WRITE_OFFSET.
Kenneth Graunke
2015-09-26
1
-2
/
+7
*
i965: Move GS_THREAD_END mlen calculations out of the generator.
Kenneth Graunke
2015-09-26
1
-1
/
+1
*
i965/vec4: Implement VS_OPCODE_GET_BUFFER_SIZE
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+31
*
i965: Turn BRW_MAX_MRF into a macro that accepts a hardware generation
Iago Toral Quiroga
2015-09-21
1
-5
/
+5
*
i965: Move MRF register asserts out of brw_reg.h
Iago Toral Quiroga
2015-09-21
1
-0
/
+2
*
i965: Maximum allowed size of SEND messages is 15 (4 bits)
Iago Toral Quiroga
2015-09-21
1
-0
/
+2
*
i965: add support for textureSamples function
Ilia Mirkin
2015-09-10
1
-0
/
+4
*
Delete duplicate function is_power_of_two() and use _mesa_is_pow_two()
Anuj Phogat
2015-07-29
1
-1
/
+1
*
i965: Lift the constness restriction on surface indices passed to untyped ops.
Francisco Jerez
2015-07-29
1
-6
/
+2
*
i965: Remove the dependance on brw_context from the generators
Jason Ekstrand
2015-06-23
1
-1
/
+2
*
i965: Plumb compiler debug logging through a function pointer in brw_compiler
Jason Ekstrand
2015-06-23
1
-13
/
+8
*
i965/vec4: Fix the source register for indexed samplers
Neil Roberts
2015-06-16
1
-0
/
+3
*
i965: Use UW-typed immediate in multiply inst.
Matt Turner
2015-06-03
1
-1
/
+1
*
i965: Don't add base_binding_table_index if it's zero
Neil Roberts
2015-05-31
1
-1
/
+2
*
i965: Don't use a temporary when generating an indirect sample
Neil Roberts
2015-05-31
1
-13
/
+4
*
i965: Change header_present to header_size in backend_instruction
Jason Ekstrand
2015-05-06
1
-5
/
+5
*
i965: Introduce the FIND_LIVE_CHANNEL pseudo-opcode.
Francisco Jerez
2015-05-04
1
-0
/
+4
*
i965: Introduce the BROADCAST pseudo-opcode.
Francisco Jerez
2015-05-04
1
-0
/
+4
*
i965: Add memory fence opcode.
Francisco Jerez
2015-05-04
1
-0
/
+4
*
i965: Add typed surface access opcodes.
Francisco Jerez
2015-05-04
1
-0
/
+18
*
i965: Add untyped surface write opcode.
Francisco Jerez
2015-05-04
1
-0
/
+6
*
i965: Reorder sources of the untyped atomic opcode.
Francisco Jerez
2015-05-04
1
-2
/
+2
*
i965: Pass the number of components as a source of the untyped surface read o...
Francisco Jerez
2015-05-04
1
-2
/
+4
*
i965/vec4: Add support for untyped surface message sends from GRF.
Francisco Jerez
2015-05-04
1
-9
/
+7
*
i965: Don't request untyped atomic writeback message if the destination is null.
Francisco Jerez
2015-05-04
1
-1
/
+2
*
i965: Simplify generator code for untyped surface messages.
Francisco Jerez
2015-05-04
1
-34
/
+9
*
i965: Fix the untyped surface opcodes to deal with indirect surface access.
Francisco Jerez
2015-05-04
1
-2
/
+2
*
i965/skl: Force the exec size to 8 when initing header for SIMD4x2
Neil Roberts
2015-05-01
1
-0
/
+1
*
i965: Rename brw_compile to brw_codegen
Jason Ekstrand
2015-04-22
1
-2
/
+2
*
i965/vec4: Add a devinfo field to the generator and use it for gen checks
Jason Ekstrand
2015-04-22
1
-46
/
+41
*
i965: Make the annotation code take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-2
/
+3
*
i965: Remove the context field from brw_compiler
Jason Ekstrand
2015-04-22
1
-1
/
+1
*
i965: Make the brw_inst helpers take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-14
/
+14
*
i965/skl: Add the header for constant loads outside of the generator
Neil Roberts
2015-04-16
1
-26
/
+26
*
i965/skl: Use an exec size of 8 to initialise the message header
Neil Roberts
2015-04-14
1
-1
/
+1
*
i965: Pass number of components explicitly to brw_untyped_atomic and _surface...
Francisco Jerez
2015-03-20
1
-3
/
+2
*
i965: Don't disable exec masking for sampler message sends.
Francisco Jerez
2015-03-20
1
-4
/
+4
*
i965: Factor out logic to build a send message instruction with indirect desc...
Francisco Jerez
2015-03-20
1
-29
/
+8
*
i965/skl: Send a message header when doing constant loads SIMD4x2
Neil Roberts
2015-03-17
1
-6
/
+26
*
i965: Add missing defines for render cache messages.
Francisco Jerez
2015-03-02
1
-1
/
+1
*
i965/vec4: Add and use byte-MOV instruction for unpack 4x8.
Matt Turner
2015-02-19
1
-0
/
+16
*
i965/vec4: Silence unused parameter warnings
Ian Romanick
2015-02-17
1
-3
/
+2
*
i965: Move up fs_inst::flag_subreg to backend_instruction.
Francisco Jerez
2015-02-10
1
-0
/
+1
*
i965/emit: Do the sampler index adjustment directly in header.0.3
Jason Ekstrand
2015-01-22
1
-1
/
+1
*
i965/vec4: Fix fprintf argument ordering.
Matt Turner
2015-01-21
1
-2
/
+2
*
i965: Fix "vertex" vs. "geometry" and "VS" vs. "GS" in debug output.
Kenneth Graunke
2015-01-14
1
-7
/
+14
*
i965/skl: Always use a header for SIMD4x2 sampler messages
Kristian Høgsberg
2015-01-08
1
-4
/
+12
*
i965: Rename brw_vec4_prog_data/key to brw_bue_prog_data/key
Kristian Høgsberg
2014-12-10
1
-2
/
+2
*
i965: Give compile stats through KHR_debug.
Matt Turner
2014-12-05
1
-0
/
+10
*
i965/gs: Avoid DW * DW mul
Ben Widawsky
2014-12-05
1
-2
/
+6
[next]