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_fs_generator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Implement FS_OPCODE_GET_BUFFER_SIZE
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+47
*
i965: Turn BRW_MAX_MRF into a macro that accepts a hardware generation
Iago Toral Quiroga
2015-09-21
1
-6
/
+6
*
i965: Move MRF register asserts out of brw_reg.h
Iago Toral Quiroga
2015-09-21
1
-1
/
+4
*
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
*
i965: Lift the constness restriction on surface indices passed to untyped ops.
Francisco Jerez
2015-07-29
1
-6
/
+2
*
i965/fs: Use exec_size instead of dispatch_width to determine the message var...
Francisco Jerez
2015-07-29
1
-4
/
+4
*
i965/fs: Remove the FS_OPCODE_SET_OMASK pseudo-opcode.
Francisco Jerez
2015-07-29
1
-35
/
+0
*
i965/fs: Honour the instruction force_sechalf and exec_size fields for FB wri...
Francisco Jerez
2015-07-29
1
-2
/
+2
*
i965/fs: Fix stride for immediate registers.
Francisco Jerez
2015-07-21
1
-0
/
+4
*
i965/fs: Factor out universally broken calculation of the register component ...
Francisco Jerez
2015-07-16
1
-1
/
+1
*
i965/gen4-5: Program the execution size correctly for DO/WHILE instructions.
Francisco Jerez
2015-07-07
1
-1
/
+1
*
i965/fs_generator: Use inst->exec_size for determining hardware reg widths
Jason Ekstrand
2015-06-30
1
-7
/
+7
*
i965/fs: Actually set/use the mlen for gen7 uniform pull constant loads
Jason Ekstrand
2015-06-30
1
-6
/
+3
*
i965: Remove the dependance on brw_context from the generators
Jason Ekstrand
2015-06-23
1
-2
/
+3
*
i965: Plumb compiler debug logging through a function pointer in brw_compiler
Jason Ekstrand
2015-06-23
1
-11
/
+9
*
i965/fs: Implement support for ir_barrier
Jordan Justen
2015-06-12
1
-0
/
+11
*
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/fs: Rework compression control selection.
Matt Turner
2015-05-18
1
-3
/
+6
*
i965/fs: set execution size to 8 with simd8 ddy instruction
Tapani Pälli
2015-05-13
1
-0
/
+1
*
i965: Change header_present to header_size in backend_instruction
Jason Ekstrand
2015-05-06
1
-10
/
+10
*
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
/
+17
*
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
/
+3
*
i965: Don't request untyped atomic writeback message if the destination is null.
Francisco Jerez
2015-05-04
1
-1
/
+1
*
i965: Simplify generator code for untyped surface messages.
Francisco Jerez
2015-05-04
1
-33
/
+9
*
i965: Fix the untyped surface opcodes to deal with indirect surface access.
Francisco Jerez
2015-05-04
1
-2
/
+2
*
i965/cs: Add generator support for CS_OPCODE_CS_TERMINATE
Jordan Justen
2015-05-02
1
-0
/
+35
*
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/fs: Add a devinfo field to the generator and use it for gen checks
Jason Ekstrand
2015-04-22
1
-59
/
+57
*
i965/device_info: Add a supports_simd16_3src flag
Jason Ekstrand
2015-04-22
1
-19
/
+6
*
i965: Make the annotation code take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-2
/
+3
*
i965/fs: Remove the GL context from the generator
Jason Ekstrand
2015-04-22
1
-10
/
+1
*
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
-27
/
+27
*
i965/fs: Combine pixel center calculation into one inst.
Matt Turner
2015-04-21
1
-0
/
+10
*
i965/fs: Calculate delta_x and delta_y together.
Matt Turner
2015-04-21
1
-3
/
+22
*
i965/fs: Emit ADDs for gl_FragCoord, not virtual opcodes.
Matt Turner
2015-04-21
1
-40
/
+0
*
i965/fs: Set compression only if writing two registers.
Matt Turner
2015-04-21
1
-1
/
+4
*
i965/fs: Allow an execution size of 32.
Matt Turner
2015-04-21
1
-0
/
+1
*
i965: Replace guess_execution_size with something simpler.
Matt Turner
2015-04-21
1
-4
/
+18
*
i965/fs: Ensure delta_x/y are even-aligned registers on Gen6.
Matt Turner
2015-04-21
1
-1
/
+1
*
i965/fs: Combine tex/fb_write operations (opt)
Ben Widawsky
2015-04-14
1
-0
/
+11
[next]