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_surface_builder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Simplify a bunch of fs_inst::size_written calculations by using comp...
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/fs: Replace fs_inst::regs_written with ::size_written field in bytes.
Francisco Jerez
2016-09-14
1
-1
/
+1
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-9
/
+9
*
isl: Use bpb in a few places where it's more natural than bs
Jason Ekstrand
2016-07-13
1
-2
/
+2
*
i965/fs_surface_builder: Use isl instead of mesa for format info
Jason Ekstrand
2016-04-21
1
-66
/
+52
*
i965/fs_surface_builder: Add a helper for converting GL to ISL formats
Jason Ekstrand
2016-04-21
1
-0
/
+55
*
i965/fs_surface_builder: Explicitly handle FORMAT_NONE in num_image_coordinates
Jason Ekstrand
2016-04-21
1
-0
/
+1
*
i965/fs_surface_builder: Take a GL format enum instead of mesa_format
Jason Ekstrand
2016-04-21
1
-2
/
+5
*
i965/fs_surface_builder: Mask signed integers after conversion
Jason Ekstrand
2016-04-06
1
-0
/
+18
*
i965/fs: Return result of image atomic in a register of the expected type.
Francisco Jerez
2016-02-22
1
-1
/
+1
*
i965/fs: Don't emit unnecessary SEL instruction from emit_image_atomic().
Francisco Jerez
2016-02-08
1
-1
/
+1
*
i965/fs: Replace fs_reg(imm) constructors with brw_imm_*().
Matt Turner
2015-11-19
1
-24
/
+25
*
i965/fs: Fix hang on IVB and VLV with image format mismatch.
Francisco Jerez
2015-09-28
1
-4
/
+38
*
i965/fs_surface_builder: Only apply predicate to components that exist
Jason Ekstrand
2015-09-15
1
-1
/
+1
*
i965/fs: Use greater-equal cmod to implement maximum.
Matt Turner
2015-08-31
1
-4
/
+4
*
i965/fs: Implement image load, store and atomic.
Francisco Jerez
2015-08-11
1
-0
/
+244
*
i965/fs: Import image format conversion primitives.
Francisco Jerez
2015-08-11
1
-0
/
+265
*
i965/fs: Import image format metadata queries.
Francisco Jerez
2015-08-11
1
-0
/
+148
*
i965/fs: Import code to transform image coordinates into surface coordinates.
Francisco Jerez
2015-08-11
1
-0
/
+52
*
i965/fs: Import image memory offset calculation code.
Francisco Jerez
2015-08-11
1
-0
/
+169
*
i965/fs: Import image access validity checks.
Francisco Jerez
2015-08-11
1
-0
/
+55
*
i965/fs: Import surface message builder helper functions.
Francisco Jerez
2015-07-29
1
-0
/
+163